Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICacheServiceNonLocal
Packages that use ICacheServiceNonLocal
Package
Description
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
Interfaces used by the core and the auxiliary caches.
-
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.lateral
Methods in org.apache.commons.jcs3.auxiliary.lateral with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoid
LateralCache.fixCache
(ICacheServiceNonLocal<K, V> restoredLateral) Replaces the current remote cache service handle with the given handle.void
LateralCacheNoWait.fixCache
(ICacheServiceNonLocal<K, V> lateral) Replaces the lateral cache service handle with the given handle and reset the queue by starting up a new instance.Constructors in org.apache.commons.jcs3.auxiliary.lateral with parameters of type ICacheServiceNonLocalModifierConstructorDescriptionLateralCache
(ILateralCacheAttributes cattr, ICacheServiceNonLocal<K, V> lateral, LateralCacheMonitor monitor) Constructor for the LateralCache object -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Classes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclass
LateralTCPService<K,
V> A lateral cache service implementation.Methods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that return ICacheServiceNonLocalModifier and TypeMethodDescription<K,
V> ICacheServiceNonLocal<K, V> LateralTCPCacheFactory.getCSNLInstance
(ITCPLateralCacheAttributes lca) Deprecated.Specify serializer<K,
V> ICacheServiceNonLocal<K, V> LateralTCPCacheFactory.getCSNLInstance
(ITCPLateralCacheAttributes lca, IElementSerializer elementSerializer) Returns an instance of the cache service. -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote
Methods in org.apache.commons.jcs3.auxiliary.remote that return ICacheServiceNonLocalModifier and TypeMethodDescriptionprotected ICacheServiceNonLocal<K,
V> AbstractRemoteAuxiliaryCache.getRemoteCacheService()
Methods in org.apache.commons.jcs3.auxiliary.remote with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoid
AbstractRemoteAuxiliaryCache.fixCache
(ICacheServiceNonLocal<?, ?> restoredRemote) Replaces the current remote cache service handle with the given handle.void
RemoteCacheNoWait.fixCache
(ICacheServiceNonLocal<?, ?> remote) Replaces the remote cache service handle with the given handle and reset the event queue by starting up a new instance.protected void
AbstractRemoteAuxiliaryCache.setRemoteCacheService
(ICacheServiceNonLocal<K, V> remote) Constructors in org.apache.commons.jcs3.auxiliary.remote with parameters of type ICacheServiceNonLocalModifierConstructorDescriptionAbstractRemoteAuxiliaryCache
(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener) Creates the base.RemoteCache
(IRemoteCacheAttributes cattr, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener, RemoteCacheMonitor monitor) Constructor for the RemoteCache object. -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.behavior
Methods in org.apache.commons.jcs3.auxiliary.remote.behavior with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoid
IRemoteCacheClient.fixCache
(ICacheServiceNonLocal<?, ?> remote) Replaces the current remote cache service handle with the given handle. -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclass
This is the service used by the remote http auxiliary cache.Constructors in org.apache.commons.jcs3.auxiliary.remote.http.client with parameters of type ICacheServiceNonLocalModifierConstructorDescriptionRemoteHttpCache
(RemoteHttpCacheAttributes remoteHttpCacheAttributes, ICacheServiceNonLocal<K, V> remote, IRemoteCacheListener<K, V> listener, RemoteHttpCacheMonitor monitor) Constructor for the RemoteCache object. -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.http.client.behavior
Subinterfaces of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.http.client.behaviorModifier and TypeInterfaceDescriptioninterface
It's not entirely clear that this interface is needed. -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.http.server
Classes in org.apache.commons.jcs3.auxiliary.remote.http.server that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclass
This class contains common methods for remote cache services.class
This does the work.Methods in org.apache.commons.jcs3.auxiliary.remote.http.server with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionprotected void
RemoteHttpCacheServlet.setRemoteCacheService
(ICacheServiceNonLocal<Serializable, Serializable> rcs) -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.server
Classes in org.apache.commons.jcs3.auxiliary.remote.server that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclass
RemoteCacheServer<K,
V> This class provides remote cache services. -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.server.behavior
Subinterfaces of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterface
IRemoteCacheServer<K,
V> Interface for managing Remote objects -
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclass
Zombie adapter for the non local cache services.Methods in org.apache.commons.jcs3.engine with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoid
ZombieCacheServiceNonLocal.propagateEvents
(ICacheServiceNonLocal<K, V> service) Walk the queue, calling the service for each queue operation.