| Name | Description | Type | Package | Framework |
| AbstractHttpClient | This class simply configures the http multithreaded connection manager. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| AbstractRemoteAuxiliaryCache | Abstract base for remote caches. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| AbstractRemoteCacheListener | Shared listener base. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| AbstractRemoteCacheNoWaitFacade | An abstract base for the No Wait Facade. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| AbstractRemoteCacheService | This class contains common methods for remote cache services. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
| CommonRemoteCacheAttributes | Attributes common to remote cache client and server. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| ICommonRemoteCacheAttributes | This specifies what a remote cache configuration object should look like. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheAttributes | This specifies what a remote cache configuration object should look like. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheClient | This defines the behavior expected of a remote cache client. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheConstants | This holds constants that are used by the remote cache. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheDispatcher | In the future, this can be used as a generic dispatcher abstraction. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheListener | Listens for remote cache event notification ( rmi callback ). | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheObserver | Used to register interest in receiving remote cache changes. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
| IRemoteCacheServer | Interface for managing Remote objectsAuthor:Thomas Vandahl | Interface | org.apache.commons.jcs.auxiliary.remote.server.behavior | Apache Commons |
| IRemoteCacheServerAttributes | This defines the minimal behavior for the objects that are used to configure the remote cache server. | Interface | org.apache.commons.jcs.auxiliary.remote.server.behavior | Apache Commons |
| IRemoteHttpCacheClient | It's not entirely clear that this interface is needed. | Interface | org.apache.commons.jcs.auxiliary.remote.http.client.behavior | Apache Commons |
| IRemoteHttpCacheConstants | Constants used throughout the HTTP remote cache. | Interface | org.apache.commons.jcs.auxiliary.remote.http.behavior | Apache Commons |
| RegistryKeepAliveRunner | This class tries to keep the registry alive. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
| RemoteCache | Client proxy for an RMI remote cache. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheAttributes | These objects are used to configure the remote cache client. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheFactory | The RemoteCacheFactory creates remote caches for the cache hub. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheFailoverRunner | The RemoteCacheFailoverRunner tries to establish a connection with a failover server, if any are defined. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheListener | Registered with RemoteCache server. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheManager | An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheMonitor | Used to monitor and repair any failed connection for the remote cache service. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheNoWait | The RemoteCacheNoWait wraps the RemoteCacheClient. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheNoWaitFacade | Used to provide access to multiple services under nowait protection. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheRequest | The basic request wrapper. | Class | org.apache.commons.jcs.auxiliary.remote.value | Apache Commons |
| RemoteCacheRequestFactory | This creates request objects. | Class | org.apache.commons.jcs.auxiliary.remote.util | Apache Commons |
| RemoteCacheResponse | This is the response wrapper. | Class | org.apache.commons.jcs.auxiliary.remote.value | Apache Commons |
| RemoteCacheRestore | Used to repair the remote caches managed by the associated instance of RemoteCacheManager. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteCacheServer | This class provides remote cache services. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
| RemoteCacheServerAttributes | These attributes are used to configure the remote cache server. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
| RemoteCacheServerFactory | Provides remote cache services. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
| RemoteCacheServiceAdaptor | The Servlet deserializes the request object. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
| RemoteCacheStartupServlet | This servlet can be used to startup the JCS remote cache. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
| RemoteCacheWatchRepairable | Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| RemoteHttpCache | This uses an http client as the service. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| RemoteHttpCacheAttributes | Http client specific settings. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| RemoteHttpCacheClient | This is the service used by the remote http auxiliary cache. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| RemoteHttpCacheDispatcher | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons | |
| RemoteHttpCacheFactory | The RemoteCacheFactory creates remote caches for the cache hub. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| RemoteHttpCacheManager | This is a very crude copy of the RMI remote manager. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| RemoteHttpCacheMonitor | Upon the notification of a connection error, the monitor changes to operate in a time driven mode. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
| RemoteHttpCacheServerAttributes | Configuration for the RemoteHttpCacheServer. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
| RemoteHttpCacheService | This does the work. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
| RemoteHttpCacheServlet | This servlet simply reads and writes objects. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
| RemoteHttpCacheSeviceFactory | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons | |
| RemoteHttpClientListener | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons | |
| RemoteRequestType | enum RemoteRequestTypeThe different types of requests | Class | org.apache.commons.jcs.auxiliary.remote.value | Apache Commons |
| RemoteType | Enum to describe the mode of the remote cacheEnum Constant Summary | Class | org.apache.commons.jcs.auxiliary.remote.server.behavior | Apache Commons |
| RemoteUtils | This class provides some basic utilities for doing things such as starting the registry properly. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
| TimeoutConfigurableRMISocketFactory | This can be injected into the the remote cache server as follows: jcs. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
| ZombieRemoteCacheWatch | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons | |