Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICacheObserver
Packages that use ICacheObserver
Package
Description
Interfaces used by the core and the auxiliary caches.
-
Uses of ICacheObserver in org.apache.commons.jcs3.auxiliary.remote.server
Classes in org.apache.commons.jcs3.auxiliary.remote.server that implement ICacheObserverModifier and TypeClassDescriptionclass
RemoteCacheServer<K,
V> This class provides remote cache services. -
Uses of ICacheObserver in org.apache.commons.jcs3.auxiliary.remote.server.behavior
Subinterfaces of ICacheObserver in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterface
IRemoteCacheServer<K,
V> Interface for managing Remote objects -
Uses of ICacheObserver in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement ICacheObserverModifier and TypeClassDescriptionclass
Intercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.class
Zombie Observer.Methods in org.apache.commons.jcs3.engine with parameters of type ICacheObserverModifier and TypeMethodDescriptionvoid
CacheWatchRepairable.setCacheWatch
(ICacheObserver cacheWatch) Replaces the underlying cache watch service and re-attaches all existing listeners to the new cache watch.