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

Packages that use CloudServer
com.caucho.cloud.network   
com.caucho.cloud.topology   
com.caucho.server.cluster   
com.caucho.server.resin   
 

Uses of CloudServer in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network that return CloudServer
 CloudServer ClusterServer.getCloudServer()
           
static CloudServer NetworkClusterSystem.getCurrentSelfServer()
          Returns the current network service.
static CloudServer ClusterServer.getSelfServer()
           
 CloudServer NetworkClusterSystem.getSelfServer()
          Returns the self server for the network.
 

Methods in com.caucho.cloud.network with parameters of type CloudServer
static void NetworkClusterSystem.configServer(java.lang.Object server, CloudServer cloudServer)
           
static NetworkListenSystem NetworkListenSystem.createAndAddService(CloudServer cloudServer)
           
static java.lang.String ClusterServer.getBamAdminName(CloudServer server)
           
 

Constructors in com.caucho.cloud.network with parameters of type CloudServer
NetworkClusterSystem(CloudServer selfServer)
           
 

Uses of CloudServer in com.caucho.cloud.topology
 

Subclasses of CloudServer in com.caucho.cloud.topology
 class TriadServer
          Defines a triad server, one of the three hub servers in a pod.
 

Methods in com.caucho.cloud.topology that return CloudServer
 CloudServer CloudPod.createDynamicServer(int index, java.lang.String id, java.lang.String displayId, java.lang.String address, int port, boolean isSecure)
          Creates a new dynamic server
 CloudServer CloudPod.createDynamicServer(java.lang.String id, java.lang.String address, int port, boolean isSecure)
          Creates a new dynamic server
 CloudServer CloudPod.createDynamicServer(java.lang.String id, java.lang.String displayId, java.lang.String address, int port, boolean isSecure)
          Creates a new dynamic server
 CloudServer CloudPod.createExternalStaticServer(java.lang.String id, java.lang.String address, int port, boolean isSecure)
          Creates a new externa static server
 CloudServer CloudPod.createStaticServer(java.lang.String id, java.lang.String address, int port, boolean isSecure)
          Creates a new static server
 CloudServer CloudPod.createStaticServer(java.lang.String id, java.lang.String address, int port, boolean isSecure, boolean isAllowExternal)
          Creates a new static server
 CloudServer CloudPod.findServer(int index)
          Returns the pod with the given index.
 CloudServer CloudCluster.findServer(int podIndex, int index)
          Finds the first server with the given server-id.
 CloudServer CloudCluster.findServer(java.lang.String id)
          Finds the first server with the given server-id.
 CloudServer CloudPod.findServer(java.lang.String id)
          Finds the first server with the given server-id.
 CloudServer CloudSystem.findServer(java.lang.String id)
          Finds the server with the unique id.
static CloudServer TopologyService.findServer(java.lang.String id)
          Returns the server with the given id in the active cloud system.
 CloudServer CloudCluster.findServer(java.lang.String address, int port)
          Finds the first server with the given server-id.
 CloudServer CloudPod.findServer(java.lang.String address, int port)
          Finds the first server with the given address and port.
 CloudServer CloudSystem.findServer(java.lang.String address, int port)
          Finds the first server with the given address and port
 CloudServer CloudSystem.findServer(java.lang.String clusterId, int podIndex, int serverIndex)
          Finds the server with the unique id.
 CloudServer CloudPod.findServerByDisplayId(java.lang.String id)
          Finds the first server with the given server-id.
 CloudServer CloudCluster.findServerByUniqueClusterId(java.lang.String id)
          Finds the first server with the given server-id.
 CloudServer CloudPod.findServerByUniqueClusterId(java.lang.String id)
          Finds the first server with the given cluster id, the three-digit base-64 identifier.
 CloudServer TopologyService.getSelfServer()
           
 CloudServer CloudPod.getServer(int index)
           
 CloudServer[] CloudPod.getServerList()
           
 CloudServer CloudPod.removeDynamicServer(int index)
           
 CloudServer CloudPod.removeDynamicServer(java.lang.String name)
           
 

Methods in com.caucho.cloud.topology that return types with arguments of type CloudServer
 TriadDispatcher<CloudServer> CloudPod.getTriadServerDispatcher()
          Returns the triad server dispatcher
 

Methods in com.caucho.cloud.topology with parameters of type CloudServer
 void AbstractCloudServerListener.onServerAdd(CloudServer server)
           
 void CloudServerListener.onServerAdd(CloudServer server)
           
 void AbstractCloudServerListener.onServerRemove(CloudServer server)
           
 void CloudServerListener.onServerRemove(CloudServer server)
           
 void AbstractCloudServerListener.onServerStateChange(CloudServer server)
           
 void CloudServerListener.onServerStateChange(CloudServer server)
           
 void CloudPod.updateServerState(CloudServer scalingServer)
           
 

Uses of CloudServer in com.caucho.server.cluster
 

Constructors in com.caucho.server.cluster with parameters of type CloudServer
ServletContainerConfig.ServerVar(CloudServer server)
           
 

Uses of CloudServer in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return CloudServer
 CloudServer Resin.getSelfServer()
           
protected  CloudServer ResinDelegate.joinCluster(CloudSystem system, BootClusterConfig cluster)
           
 

Methods in com.caucho.server.resin with parameters of type CloudServer
 BootServerConfig BootClusterConfig.addDynamicServer(CloudServer cloudServer)
           
protected  NetworkClusterSystem ResinDelegate.createNetworkSystem(CloudServer server)