|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRemoteCacheListener | |
---|---|
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 |
Uses of IRemoteCacheListener in org.apache.jcs.auxiliary.remote |
---|
Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheListener | |
---|---|
class |
AbsractRemoteCacheListener
Shared listener base. |
class |
RemoteCacheListener
Registered with RemoteCache server. |
Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheListener | |
---|---|
IRemoteCacheListener |
AbstractRemoteAuxiliaryCache.getListener()
Allows other member of this package to access the listerner. |
protected IRemoteCacheListener |
AbstractRemoteAuxiliaryCache.getRemoteCacheListener()
|
Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheListener | |
---|---|
void |
RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener listener)
Adds the remote cache listener to the underlying cache-watch service. |
void |
RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener listener)
Removes a listener. |
protected void |
AbstractRemoteAuxiliaryCache.setRemoteCacheListener(IRemoteCacheListener remoteCacheListener)
|
Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheListener | |
---|---|
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Creates the base. |
|
RemoteCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object. |
Uses of IRemoteCacheListener in org.apache.jcs.auxiliary.remote.behavior |
---|
Methods in org.apache.jcs.auxiliary.remote.behavior that return IRemoteCacheListener | |
---|---|
IRemoteCacheListener |
IRemoteCacheClient.getListener()
This returns the listener associated with this remote cache. |
Uses of IRemoteCacheListener in org.apache.jcs.auxiliary.remote.http.client |
---|
Classes in org.apache.jcs.auxiliary.remote.http.client that implement IRemoteCacheListener | |
---|---|
class |
RemoteHttpClientListener
Does nothing |
Constructors in org.apache.jcs.auxiliary.remote.http.client with parameters of type IRemoteCacheListener | |
---|---|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |