Uses of Class
org.apache.jcs.auxiliary.remote.RemoteCacheManager

Packages that use RemoteCacheManager
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
 

Uses of RemoteCacheManager in org.apache.jcs.auxiliary.remote
 

Fields in org.apache.jcs.auxiliary.remote declared as RemoteCacheManager
private  RemoteCacheManager RemoteCacheRestore.rcm
           
 

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

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