Uses of Interface
org.apache.commons.jcs3.auxiliary.remote.behavior.IRemoteCacheListener
Packages that use IRemoteCacheListener
Package
Description
Root package for the remote auxiliary cache.
-
Uses of IRemoteCacheListener in org.apache.commons.jcs3.auxiliary.remote
Classes in org.apache.commons.jcs3.auxiliary.remote that implement IRemoteCacheListenerModifier and TypeClassDescriptionclass
Shared listener base.class
RemoteCacheListener<K,
V> Registered with RemoteCache server.Methods in org.apache.commons.jcs3.auxiliary.remote that return IRemoteCacheListenerModifier and TypeMethodDescriptionAbstractRemoteAuxiliaryCache.getListener()
Allows other member of this package to access the listener.protected IRemoteCacheListener<K,
V> AbstractRemoteAuxiliaryCache.getRemoteCacheListener()
Methods in org.apache.commons.jcs3.auxiliary.remote with parameters of type IRemoteCacheListenerModifier and TypeMethodDescription<K,
V> void RemoteCacheManager.addRemoteCacheListener
(IRemoteCacheAttributes cattr, IRemoteCacheListener<K, V> listener) Adds the remote cache listener to the underlying cache-watch service.protected void
AbstractRemoteAuxiliaryCache.setRemoteCacheListener
(IRemoteCacheListener<K, V> remoteCacheListener) Constructors in org.apache.commons.jcs3.auxiliary.remote with parameters of type IRemoteCacheListenerModifierConstructorDescriptionAbstractRemoteAuxiliaryCache
(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener) Creates the base.RemoteCache
(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener, RemoteCacheMonitor monitor) Constructor for the RemoteCache object. -
Uses of IRemoteCacheListener in org.apache.commons.jcs3.auxiliary.remote.behavior
Methods in org.apache.commons.jcs3.auxiliary.remote.behavior that return IRemoteCacheListenerModifier and TypeMethodDescriptionIRemoteCacheClient.getListener()
This returns the listener associated with this remote cache. -
Uses of IRemoteCacheListener in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement IRemoteCacheListenerConstructors in org.apache.commons.jcs3.auxiliary.remote.http.client with parameters of type IRemoteCacheListenerModifierConstructorDescriptionRemoteHttpCache
(RemoteHttpCacheAttributes remoteHttpCacheAttributes, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener, RemoteHttpCacheMonitor monitor) Constructor for the RemoteCache object.