|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRemoteCacheService | |
org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
org.apache.jcs.auxiliary.remote.server |
Uses of IRemoteCacheService in org.apache.jcs.auxiliary.remote |
Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheService | |
class |
ZombieRemoteCacheService
Zombie adapter for the remote cache service. |
Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheService | |
void |
RemoteCache.fixCache(IRemoteCacheService remote)
Replaces the current remote cache service handle with the given handle. |
void |
RemoteCacheNoWait.fixCache(IRemoteCacheService remote)
Replaces the remote cache service handle with the given handle and reset the event queue by starting up a new instance. |
void |
RemoteCacheManager.fixCaches(IRemoteCacheService remoteService,
IRemoteCacheObserver remoteWatch)
Fixes up all the caches managed by this cache manager. |
Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheService | |
RemoteCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object. |
Uses of IRemoteCacheService in org.apache.jcs.auxiliary.remote.server |
Classes in org.apache.jcs.auxiliary.remote.server that implement IRemoteCacheService | |
class |
RemoteCacheServer
This class provides remote cache services. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |