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.lateralMethods in org.apache.commons.jcs3.auxiliary.lateral with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoidLateralCache.fixCache(ICacheServiceNonLocal<K, V> restoredLateral) Replaces the current remote cache service handle with the given handle.voidLateralCacheNoWait.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.tcpClasses in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclassLateralTCPService<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.remoteMethods 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 TypeMethodDescriptionvoidAbstractRemoteAuxiliaryCache.fixCache(ICacheServiceNonLocal<?, ?> restoredRemote) Replaces the current remote cache service handle with the given handle.voidRemoteCacheNoWait.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 voidAbstractRemoteAuxiliaryCache.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.behaviorMethods in org.apache.commons.jcs3.auxiliary.remote.behavior with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoidIRemoteCacheClient.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.clientClasses in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclassThis 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.behaviorSubinterfaces of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.http.client.behaviorModifier and TypeInterfaceDescriptioninterfaceIt's not entirely clear that this interface is needed.
- 
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.http.serverClasses in org.apache.commons.jcs3.auxiliary.remote.http.server that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclassThis class contains common methods for remote cache services.classThis does the work.Methods in org.apache.commons.jcs3.auxiliary.remote.http.server with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionprotected voidRemoteHttpCacheServlet.setRemoteCacheService(ICacheServiceNonLocal<Serializable, Serializable> rcs) 
- 
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.serverClasses in org.apache.commons.jcs3.auxiliary.remote.server that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclassRemoteCacheServer<K,V> This class provides remote cache services.
- 
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.server.behaviorSubinterfaces of ICacheServiceNonLocal in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterfaceIRemoteCacheServer<K,V> Interface for managing Remote objects
- 
Uses of ICacheServiceNonLocal in org.apache.commons.jcs3.engineClasses in org.apache.commons.jcs3.engine that implement ICacheServiceNonLocalModifier and TypeClassDescriptionclassZombie adapter for the non local cache services.Methods in org.apache.commons.jcs3.engine with parameters of type ICacheServiceNonLocalModifier and TypeMethodDescriptionvoidZombieCacheServiceNonLocal.propagateEvents(ICacheServiceNonLocal<K, V> service) Walk the queue, calling the service for each queue operation.