Uses of Class
com.caucho.cloud.topology.CloudSystem

Packages that use CloudSystem
com.caucho.cloud.topology   
com.caucho.server.resin   
 

Uses of CloudSystem in com.caucho.cloud.topology
 

Methods in com.caucho.cloud.topology that return CloudSystem
static CloudSystem TopologyService.getCurrentSystem()
           
 CloudSystem CloudCluster.getSystem()
          Returns the owning domain.
 CloudSystem CloudPod.getSystem()
          Returns the pod's system
 CloudSystem CloudServer.getSystem()
          Returns the system.
 CloudSystem TopologyService.getSystem()
           
 

Uses of CloudSystem in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return CloudSystem
 CloudSystem BootConfig.initTopolopy()
           
 

Methods in com.caucho.server.resin with parameters of type CloudSystem
protected  CloudServer ResinDelegate.joinCluster(CloudSystem system, BootClusterConfig cluster)