Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ZombieRemoteCacheService
Zombie adapter for the remote cache service.
|
Modifier and Type | Method and Description |
---|---|
protected IRemoteCacheService |
AbstractRemoteAuxiliaryCache.getRemoteCacheService() |
Modifier and Type | Method and Description |
---|---|
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 |
ZombieRemoteCacheService.propagateEvents(IRemoteCacheService service)
Walk the queue, calling the service for each queue operation.
|
protected void |
AbstractRemoteAuxiliaryCache.setRemoteCacheService(IRemoteCacheService remote) |
Constructor and Description |
---|
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Creates the base.
|
RemoteCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object.
|
Modifier and Type | Method and Description |
---|---|
void |
IRemoteCacheClient.fixCache(IRemoteCacheService remote)
Replaces the current remote cache service handle with the given handle.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHttpCacheClient
This is the service used by the remote http auxiliary cache.
|
Constructor and Description |
---|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoteHttpCacheClient
It's not entirely clear that this interface is needed.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteCacheService
This class contains common methods for remote cache services.
|
class |
RemoteHttpCacheService
This does the work.
|
Modifier and Type | Method and Description |
---|---|
IRemoteCacheService |
RemoteCacheServiceAdaptor.getRemoteCacheService() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCacheServiceAdaptor.setRemoteCacheService(IRemoteCacheService remoteHttpCacheService) |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.