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

Packages that use ClusterPort
com.caucho.server.cluster   
 

Uses of ClusterPort in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ClusterPort
 ClusterPort ClusterServer.createClusterPort()
          Sets the ClusterPort.
 ClusterPort ServerConnector.getClusterPort()
          Gets the cluster port.
 ClusterPort ClusterServer.getClusterPort()
          Sets the ClusterPort.
 

Methods in com.caucho.server.cluster that return types with arguments of type ClusterPort
 java.util.ArrayList<ClusterPort> Cluster.getServerPorts(java.lang.String serverId)
          Returns the matching ports.