Package com.francetelecom.m2m.gateway.service.machine.zcl.element

Examples of com.francetelecom.m2m.gateway.service.machine.zcl.element.ClusterService


        + "________________________Dectecteur");

    Hashtable clusters = refEndPointService.getServerSideClusters();
    for (Iterator it = clusters.keySet().iterator(); it.hasNext();) {
      // System.out.println("cluster key = " + it.next());
      ClusterService cs = refEndPointService
          .getServerSideCluster((Integer) it.next());

      // A revoir !!!!!!!!!!!!!!!!!!!!!!
      if (cs.getName().startsWith("IAS")) {
        IASZoneServerService izss = (IASZoneServerService) cs;
        try {
          izss.zoneEnrollResponse(new Long(0), new Long(0));
        } catch (ClusterCommandeException e) {
          e.printStackTrace();
View Full Code Here

TOP

Related Classes of com.francetelecom.m2m.gateway.service.machine.zcl.element.ClusterService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.