Uses of Class
com.caucho.cloud.network.NetworkClusterSystem

Packages that use NetworkClusterSystem
com.caucho.cloud.network   
com.caucho.server.resin   
 

Uses of NetworkClusterSystem in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network that return NetworkClusterSystem
static NetworkClusterSystem NetworkClusterSystem.getCurrent()
          Returns the current network service.
 

Methods in com.caucho.cloud.network with parameters of type NetworkClusterSystem
static void NetworkClusterSystem.createAndAddService(NetworkClusterSystem clusterSystem)
          Creates a new network cluster service.
 

Uses of NetworkClusterSystem in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return NetworkClusterSystem
protected  NetworkClusterSystem ResinDelegate.createNetworkSystem(CloudServer server)