Package | Description |
---|---|
org.apache.jcs.auxiliary.lateral.behavior | |
org.apache.jcs.auxiliary.lateral.socket.tcp | |
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.engine |
Interfaces used by the core and the auxiliary caches.
|
org.apache.jcs.engine.behavior |
Interfaces used by the core and the auxiliary caches.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILateralCacheListener
Listens for lateral cache event notification.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralTCPListener
Listens for connections from other TCP lateral caches and handles them.
|
Modifier and Type | Method and Description |
---|---|
void |
LateralTCPService.addCacheListener(ICacheListener obj) |
void |
LateralTCPService.addCacheListener(java.lang.String cacheName,
ICacheListener obj) |
void |
LateralTCPService.removeCacheListener(ICacheListener obj) |
void |
LateralTCPService.removeCacheListener(java.lang.String cacheName,
ICacheListener obj) |
Modifier and Type | Class and Description |
---|---|
class |
AbsractRemoteCacheListener
Shared listener base.
|
class |
RemoteCacheListener
Registered with RemoteCache server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoteCacheListener
Listens for remote cache event notification ( rmi callback ).
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHttpClientListener
Does nothing
|
Modifier and Type | Class and Description |
---|---|
class |
CacheAdaptor
Used for Cache-to-Cache messaging purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheWatchRepairable.addCacheListener(ICacheListener obj)
Adds a feature to the CacheListener attribute of the CacheWatchRepairable object
|
void |
ZombieCacheWatch.addCacheListener(ICacheListener obj)
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
|
void |
CacheWatchRepairable.addCacheListener(java.lang.String cacheName,
ICacheListener obj)
Adds a feature to the CacheListener attribute of the CacheWatchRepairable object
|
void |
ZombieCacheWatch.addCacheListener(java.lang.String cacheName,
ICacheListener obj)
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
|
ICacheEventQueue |
CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry,
java.lang.String threadPoolName,
java.lang.String poolType)
Fully configured event queue.
|
ICacheEventQueue |
CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
java.lang.String threadPoolName,
java.lang.String poolType)
The most commonly used factory method.
|
void |
CacheEventQueue.initialize(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry,
java.lang.String threadPoolName)
Initializes the queue.
|
void |
PooledCacheEventQueue.initialize(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry,
java.lang.String threadPoolName)
Initializes the queue.
|
void |
CacheWatchRepairable.removeCacheListener(ICacheListener obj) |
void |
ZombieCacheWatch.removeCacheListener(ICacheListener obj) |
void |
CacheWatchRepairable.removeCacheListener(java.lang.String cacheName,
ICacheListener obj)
Tell the server to release us.
|
void |
ZombieCacheWatch.removeCacheListener(java.lang.String cacheName,
ICacheListener obj) |
Constructor and Description |
---|
CacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName)
Constructs with the specified listener and the cache name.
|
CacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry)
Constructor for the CacheEventQueue object
|
PooledCacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry,
java.lang.String threadPoolName)
Constructor for the CacheEventQueue object
|
Modifier and Type | Method and Description |
---|---|
void |
ICacheObserver.addCacheListener(ICacheListener obj)
Subscribes to all caches.
|
void |
ICacheObserver.addCacheListener(java.lang.String cacheName,
ICacheListener obj)
Subscribes to the specified cache.
|
void |
ICacheEventQueue.initialize(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry,
java.lang.String threadPoolName)
Initializes the queue.
|
void |
ICacheObserver.removeCacheListener(ICacheListener obj)
Unsubscribes from all caches.
|
void |
ICacheObserver.removeCacheListener(java.lang.String cacheName,
ICacheListener obj)
Unsubscribes from the specified cache.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.