Class RemoteCacheListener<K,V>

java.lang.Object
org.apache.commons.jcs3.auxiliary.remote.AbstractRemoteCacheListener<K,V>
org.apache.commons.jcs3.auxiliary.remote.RemoteCacheListener<K,V>
All Implemented Interfaces:
Remote, IRemoteCacheConstants, IRemoteCacheListener<K,V>, ICacheListener<K,V>

Registered with RemoteCache server. The server updates the local caches via this listener. Each server assigns a unique listener id for a listener.

One listener is used per remote cache server. The same listener is used for all the regions that talk to a particular server.