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.tcpClasses in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement IShutdownObserverModifier and TypeClassDescriptionclassLateralTCPListener<K,V> Listens for connections from other TCP lateral caches and handles them.
- 
Uses of IShutdownObserver in org.apache.commons.jcs3.engine.behaviorMethods in org.apache.commons.jcs3.engine.behavior with parameters of type IShutdownObserverModifier and TypeMethodDescriptionvoidIShutdownObservable.deregisterShutdownObserver(IShutdownObserver observer) Deregister the observer with the observable.voidIShutdownObservable.registerShutdownObserver(IShutdownObserver observer) Registers an observer with the observable object.
- 
Uses of IShutdownObserver in org.apache.commons.jcs3.engine.controlMethods in org.apache.commons.jcs3.engine.control with parameters of type IShutdownObserverModifier and TypeMethodDescriptionvoidCompositeCacheManager.deregisterShutdownObserver(IShutdownObserver observer) voidCompositeCacheManager.registerShutdownObserver(IShutdownObserver observer) Perhaps the composite cache itself should be the observable object.
- 
Uses of IShutdownObserver in org.apache.commons.jcs3.utils.discoveryClasses in org.apache.commons.jcs3.utils.discovery that implement IShutdownObserverModifier and TypeClassDescriptionclassReceives UDP Discovery messages.classThis service creates a listener that can create lateral caches and add them to the no wait list.