Package org.apache.jcs.auxiliary.remote

Root package for the remote auxiliary cache.

See:
          Description

Class Summary
AbstractRemoteAuxiliaryCache<K extends Serializable,V extends Serializable> Abstract base for remote caches.
AbstractRemoteCacheListener<K extends Serializable,V extends Serializable> Shared listener base.
AbstractRemoteCacheNoWaitFacade<K extends Serializable,V extends Serializable> An abstract base for the No Wait Facade.
CommonRemoteCacheAttributes Attributes common to remote cache client and server.
RemoteCache<K extends Serializable,V extends Serializable> Client proxy for an RMI remote cache.
RemoteCacheAttributes These objects are used to configure the remote cache client.
RemoteCacheFactory The RemoteCacheFactory creates remote caches for the cache hub.
RemoteCacheFailoverRunner<K extends Serializable,V extends Serializable> The RemoteCacheFailoverRunner tries to establish a connection with a failover server, if any are defined.
RemoteCacheListener<K extends Serializable,V extends Serializable> Registered with RemoteCache server.
RemoteCacheManager An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port.
RemoteCacheMonitor Used to monitor and repair any failed connection for the remote cache service.
RemoteCacheNoWait<K extends Serializable,V extends Serializable> The RemoteCacheNoWait wraps the RemoteCacheClient.
RemoteCacheNoWaitFacade<K extends Serializable,V extends Serializable> Used to provide access to multiple services under nowait protection.
RemoteCacheRestore Used to repair the remote caches managed by the associated instance of RemoteCacheManager.
RemoteCacheWatchRepairable Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
RemoteUtils This class provides some basic utilities for doing things such as starting the registry properly.
ZombieRemoteCacheWatch Description of the Class
 

Package org.apache.jcs.auxiliary.remote Description

Root package for the remote auxiliary cache.



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.