Uses of Class
org.apache.jcs.auxiliary.remote.server.RemoteCacheClusterManager

Packages that use RemoteCacheClusterManager
org.apache.jcs.auxiliary.remote.server   
 

Uses of RemoteCacheClusterManager in org.apache.jcs.auxiliary.remote.server
 

Fields in org.apache.jcs.auxiliary.remote.server declared as RemoteCacheClusterManager
private  RemoteCacheClusterManager RemoteCacheClusterRestore.rcm
           
 

Methods in org.apache.jcs.auxiliary.remote.server that return RemoteCacheClusterManager
static RemoteCacheClusterManager RemoteCacheClusterManager.getInstance(IRemoteCacheAttributes cattr)
          Returns an instance of RemoteCacheManager for the given connection parameters.
 

Constructors in org.apache.jcs.auxiliary.remote.server with parameters of type RemoteCacheClusterManager
RemoteCacheClusterRestore(RemoteCacheClusterManager rcm)
          Constructs with the given instance of RemoteCacheManager.