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 |
Modifier and Type | Class and Description |
---|---|
class |
AbsractRemoteCacheListener
Shared listener base.
|
class |
RemoteCacheListener
Registered with RemoteCache server.
|
Modifier and Type | Method and Description |
---|---|
IRemoteCacheListener |
AbstractRemoteAuxiliaryCache.getListener()
Allows other member of this package to access the listerner.
|
protected IRemoteCacheListener |
AbstractRemoteAuxiliaryCache.getRemoteCacheListener() |
Modifier and Type | Method and Description |
---|---|
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) |
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 |
---|---|
IRemoteCacheListener |
IRemoteCacheClient.getListener()
This returns the listener associated with this remote cache.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHttpClientListener
Does nothing
|
Constructor and Description |
---|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Constructor for the RemoteCache object.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.