|
|||||||||||
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.server |
Uses of IRemoteCacheAttributes in org.apache.jcs.auxiliary.remote |
Classes in org.apache.jcs.auxiliary.remote that implement IRemoteCacheAttributes | |
class |
RemoteCacheAttributes
Description of the Class |
Fields in org.apache.jcs.auxiliary.remote declared as IRemoteCacheAttributes | |
private IRemoteCacheAttributes |
RemoteCacheManager.irca
|
protected IRemoteCacheAttributes |
RemoteCacheListener.irca
Description of the Field |
private IRemoteCacheAttributes |
RemoteCache.irca
|
Methods in org.apache.jcs.auxiliary.remote that return IRemoteCacheAttributes | |
IRemoteCacheAttributes |
RemoteCacheManager.getDefaultCattr()
Gets the defaultCattr attribute of the RemoteCacheManager object |
Methods in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes | |
void |
RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener listener)
Adds the remote cache listener to the underlying cache-watch service. |
static RemoteCacheManager |
RemoteCacheManager.getInstance(IRemoteCacheAttributes cattr)
Returns an instance of RemoteCacheManager for the given connection parameters. |
AuxiliaryCache |
RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
Gets the cache attribute of the RemoteCacheManager object |
static IRemoteCacheListener |
RemoteCacheListener.getInstance(IRemoteCacheAttributes irca)
Gets the instance attribute of the RemoteCacheListener class |
Constructors in org.apache.jcs.auxiliary.remote with parameters of type IRemoteCacheAttributes | |
RemoteCacheListener(IRemoteCacheAttributes irca)
Only need one since it does work for all regions, just reference by multiple region names. |
|
RemoteCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote)
Constructor for the RemoteCache object |
Uses of IRemoteCacheAttributes in org.apache.jcs.auxiliary.remote.server |
Fields in org.apache.jcs.auxiliary.remote.server declared as IRemoteCacheAttributes | |
protected IRemoteCacheAttributes |
RemoteCacheServerListener.irca
Description of the Field |
private IRemoteCacheAttributes |
RemoteCacheClusterManager.irca
|
Methods in org.apache.jcs.auxiliary.remote.server that return IRemoteCacheAttributes | |
IRemoteCacheAttributes |
RemoteCacheClusterManager.getDefaultCattr()
Gets the defaultCattr attribute of the RemoteCacheClusterManager object |
Methods in org.apache.jcs.auxiliary.remote.server with parameters of type IRemoteCacheAttributes | |
static IRemoteCacheListener |
RemoteCacheServerListener.getInstance(IRemoteCacheAttributes irca)
Gets the instance attribute of the RemoteCacheServerListener class |
void |
RemoteCacheClusterManager.addRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener listener)
Adds the remote cache listener to the underlying cache-watch service. |
static RemoteCacheClusterManager |
RemoteCacheClusterManager.getInstance(IRemoteCacheAttributes cattr)
Returns an instance of RemoteCacheManager for the given connection parameters. |
ICache |
RemoteCacheClusterManager.getCache(IRemoteCacheAttributes cattr)
Gets the cache attribute of the RemoteCacheClusterManager object |
Constructors in org.apache.jcs.auxiliary.remote.server with parameters of type IRemoteCacheAttributes | |
RemoteCacheServerListener(IRemoteCacheAttributes irca)
Only need one since it does work for all regions, just reference by multiple region names. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |