Uses of Interface
org.apache.commons.jcs3.engine.behavior.IShutdownObserver
Packages that use IShutdownObserver
Package
Description
Interfaces used by the core and the auxiliary caches.
The primary cache classes and the hub.
-
Uses of IShutdownObserver in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Classes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement IShutdownObserverModifier and TypeClassDescriptionclass
LateralTCPListener<K,
V> Listens for connections from other TCP lateral caches and handles them. -
Uses of IShutdownObserver in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior with parameters of type IShutdownObserverModifier and TypeMethodDescriptionvoid
IShutdownObservable.deregisterShutdownObserver
(IShutdownObserver observer) Deregister the observer with the observable.void
IShutdownObservable.registerShutdownObserver
(IShutdownObserver observer) Registers an observer with the observable object. -
Uses of IShutdownObserver in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control with parameters of type IShutdownObserverModifier and TypeMethodDescriptionvoid
CompositeCacheManager.deregisterShutdownObserver
(IShutdownObserver observer) void
CompositeCacheManager.registerShutdownObserver
(IShutdownObserver observer) Perhaps the composite cache itself should be the observable object. -
Uses of IShutdownObserver in org.apache.commons.jcs3.utils.discovery
Classes in org.apache.commons.jcs3.utils.discovery that implement IShutdownObserverModifier and TypeClassDescriptionclass
Receives UDP Discovery messages.class
This service creates a listener that can create lateral caches and add them to the no wait list.