Uses of Class
com.caucho.server.cluster.ClusterServer

Packages that use ClusterServer
com.caucho.resin   
com.caucho.server.cluster   
com.caucho.server.port   
com.caucho.server.resin   
 

Uses of ClusterServer in com.caucho.resin
 

Methods in com.caucho.resin with parameters of type ClusterServer
abstract  void PortEmbed.bindTo(ClusterServer server)
          Binds the port to the server
 void HttpEmbed.bindTo(ClusterServer server)
          Binds the port to the server
 

Uses of ClusterServer in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ClusterServer
 ClusterServer Machine.createServer()
          Creates a new ClusterServer.
 ClusterServer Cluster.createServer()
          Adds a new server to the cluster.
 ClusterServer Cluster.findServer(java.lang.String id)
          Finds the first server with the given server-id.
 ClusterServer Cluster.findServer(java.lang.String address, int port)
          Finds the first server with the given server-id.
 ClusterServer ClusterPort.getClusterServer()
          Returns the cluster server.
protected  ClusterServer Server.getClusterServer()
          Returns the cluster server
protected  ClusterServer StoreManager.getOwningServer(java.lang.String objectId)
          Returns the cluster server which owns the object
 ClusterServer Cluster.getPrimary(java.lang.String id, int offset)
          Returns the primary server.
 ClusterServer ClusterObject.getPrimaryServer()
          Returns the primary server for the object
 ClusterServer AbstractClusterStoreManager.getPrimaryServer(java.lang.String id, int offset)
          Returns the primary server for the id.
 ClusterServer Cluster.getSecondary(java.lang.String id, int offset)
          Returns the secondary server.
 ClusterServer ClusterObject.getSecondaryServer()
          Returns the secondary server for the object
 ClusterServer AbstractClusterStoreManager.getSecondaryServer(java.lang.String id, int offset)
          Returns the secondary server for the id.
 ClusterServer Cluster.getSelfServer()
          Returns the server corresponding to the current server-id.
 ClusterServer ServerConnector.getServer()
           
 ClusterServer Cluster.getServer(int index)
          Returns the server with the matching index.
 ClusterServer Cluster.getServer(java.lang.String serverId)
          Returns the server in the cluster with the given server-id.
protected  ClusterServer[] StoreManager.getServerList()
          Returns the list of cluster servers.
 ClusterServer[] Cluster.getServerList()
          Returns the server list.
 ClusterServer Cluster.getTertiary(java.lang.String id, int offset)
          Returns the tertiary server.
 ClusterServer ClusterObject.getTertiaryServer()
          Returns the tertiary server for the object
 ClusterServer AbstractClusterStoreManager.getTertiaryServer(java.lang.String id, int offset)
          Returns the tertiary server for the id.
 

Methods in com.caucho.server.cluster that return types with arguments of type ClusterServer
 java.util.ArrayList<ClusterServer> Machine.getServerList()
          Returns the list of servers.
 

Methods in com.caucho.server.cluster with parameters of type ClusterServer
 void Cluster.addDynamicServer(ClusterServer server)
          Adds a new server to the cluster.
 void Machine.addServer(ClusterServer server)
          Creates a new ClusterServer.
 void Cluster.addServer(ClusterServer server)
          Adds a new server to the cluster.
protected  ProServer ProCluster.createResinServer(ClusterServer clusterServer)
           
protected  Server Cluster.createResinServer(ClusterServer clusterServer)
           
 boolean ClusterStoreManager.load(ClusterObject object, java.lang.Object value, ClusterServer server)
           
 void Cluster.removeDynamicServer(ClusterServer server)
          Adds a new server to the cluster.
 

Constructors in com.caucho.server.cluster with parameters of type ClusterServer
Cluster.ServerVar(ClusterServer server)
           
ClusterPort(ClusterServer server)
           
ClusterServerAdmin(ClusterServer server)
           
ProServer(ClusterServer clusterServer)
          Creates a new servlet server.
Server(ClusterServer clusterServer)
          Creates a new servlet server.
ServerConnector(ClusterServer server)
           
ServerPool(java.lang.String serverId, ClusterServer server)
           
 

Uses of ClusterServer in com.caucho.server.port
 

Constructors in com.caucho.server.port with parameters of type ClusterServer
Port(ClusterServer server)
           
ProtocolPort(ClusterServer server)
           
 

Uses of ClusterServer in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return ClusterServer
 ClusterServer Resin.findClusterServer(java.lang.String id)