|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRemoteCacheAttributes | |
|---|---|
| org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
| org.apache.jcs.auxiliary.remote.http.client | |
| Uses of IRemoteCacheAttributes in org.apache.jcs.auxiliary.remote |
|---|
| Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheAttributes | |
|---|---|
class |
RemoteCacheAttributes
These objects are used to configure the remote cache client. |
| Fields in org.apache.jcs.auxiliary.remote declared as IRemoteCacheAttributes | |
|---|---|
protected IRemoteCacheAttributes |
AbstractRemoteCacheListener.irca
The remote cache configuration object. |
protected IRemoteCacheAttributes |
AbstractRemoteCacheNoWaitFacade.remoteCacheAttributes
holds failover and cluster information |
| Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheAttributes | |
|---|---|
IRemoteCacheAttributes |
RemoteCacheManager.getDefaultCattr()
Gets the defaultCattr attribute of the RemoteCacheManager object. |
IRemoteCacheAttributes |
AbstractRemoteCacheNoWaitFacade.getRemoteCacheAttributes()
Gets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object |
protected IRemoteCacheAttributes |
AbstractRemoteAuxiliaryCache.getRemoteCacheAttributes()
|
| Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes | ||
|---|---|---|
|
RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener<K,V> listener)
Adds the remote cache listener to the underlying cache-watch service. |
|
|
RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
Gets a RemoteCacheNoWait from the RemoteCacheManager. |
|
static RemoteCacheManager |
RemoteCacheManager.getInstance(IRemoteCacheAttributes cattr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Returns an instance of RemoteCacheManager for the given connection parameters. |
|
void |
RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr)
Stops a listener. |
|
|
RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener<K,V> listener)
Removes a listener. |
|
void |
AbstractRemoteCacheNoWaitFacade.setRemoteCacheAttributes(IRemoteCacheAttributes rca)
Sets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object. |
|
protected void |
AbstractRemoteAuxiliaryCache.setRemoteCacheAttributes(IRemoteCacheAttributes remoteCacheAttributes)
|
|
| Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes | |
|---|---|
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener)
Creates the base. |
|
AbstractRemoteCacheListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names. |
|
RemoteCache(IRemoteCacheAttributes cattr,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener)
Constructor for the RemoteCache object. |
|
RemoteCacheListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names. |
|
| Uses of IRemoteCacheAttributes in org.apache.jcs.auxiliary.remote.http.client |
|---|
| Classes in org.apache.jcs.auxiliary.remote.http.client that implement IRemoteCacheAttributes | |
|---|---|
class |
RemoteHttpCacheAttributes
Http client specific settings. |
| Methods in org.apache.jcs.auxiliary.remote.http.client that return IRemoteCacheAttributes | |
|---|---|
IRemoteCacheAttributes |
RemoteHttpCacheManager.getDefaultCattr()
Gets the defaultCattr attribute of the RemoteCacheManager object. |
| Constructors in org.apache.jcs.auxiliary.remote.http.client with parameters of type IRemoteCacheAttributes | |
|---|---|
RemoteHttpClientListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||