|
||||||||||
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.behavior | |
org.apache.jcs.auxiliary.remote.http.client | |
org.apache.jcs.auxiliary.remote.http.client.behavior | |
org.apache.jcs.auxiliary.remote.http.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 that return IRemoteCacheService | |
---|---|
protected IRemoteCacheService |
AbstractRemoteAuxiliaryCache.getRemoteCacheService()
|
Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheService | |
---|---|
void |
AbstractRemoteAuxiliaryCache.fixCache(IRemoteCacheService restoredRemote)
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. |
protected void |
AbstractRemoteAuxiliaryCache.setRemoteCacheService(IRemoteCacheService remote)
|
Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheService | |
---|---|
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Creates the base. |
|
RemoteCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object. |
Uses of IRemoteCacheService in org.apache.jcs.auxiliary.remote.behavior |
---|
Methods in org.apache.jcs.auxiliary.remote.behavior with parameters of type IRemoteCacheService | |
---|---|
void |
IRemoteCacheClient.fixCache(IRemoteCacheService remote)
Replaces the current remote cache service handle with the given handle. |
Uses of IRemoteCacheService in org.apache.jcs.auxiliary.remote.http.client |
---|
Classes in org.apache.jcs.auxiliary.remote.http.client that implement IRemoteCacheService | |
---|---|
class |
RemoteHttpCacheClient
This is the service used by the remote http auxiliary cache. |
Constructors in org.apache.jcs.auxiliary.remote.http.client with parameters of type IRemoteCacheService | |
---|---|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object. |
Uses of IRemoteCacheService in org.apache.jcs.auxiliary.remote.http.client.behavior |
---|
Subinterfaces of IRemoteCacheService in org.apache.jcs.auxiliary.remote.http.client.behavior | |
---|---|
interface |
IRemoteHttpCacheClient
It's not entirely clear that this interface is needed. |
Uses of IRemoteCacheService in org.apache.jcs.auxiliary.remote.http.server |
---|
Classes in org.apache.jcs.auxiliary.remote.http.server that implement IRemoteCacheService | |
---|---|
class |
AbstractRemoteCacheService
This class contains common methods for remote cache services. |
class |
RemoteHttpCacheService
This does the work. |
Methods in org.apache.jcs.auxiliary.remote.http.server that return IRemoteCacheService | |
---|---|
IRemoteCacheService |
RemoteCacheServiceAdaptor.getRemoteCacheService()
|
Methods in org.apache.jcs.auxiliary.remote.http.server with parameters of type IRemoteCacheService | |
---|---|
void |
RemoteCacheServiceAdaptor.setRemoteCacheService(IRemoteCacheService remoteHttpCacheService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |