Uses of Interface
org.apache.jcs.engine.behavior.IShutdownObserver

Packages that use IShutdownObserver
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery   
org.apache.jcs.engine.behavior Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

Uses of IShutdownObserver in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery
 

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery that implement IShutdownObserver
 class UDPDiscoveryReceiver
          Receives UDP Discovery messages.
 class UDPDiscoveryService
          This service creates a listener that can create lateral caches and add them to the no wait list.
 

Uses of IShutdownObserver in org.apache.jcs.engine.behavior
 

Methods in org.apache.jcs.engine.behavior with parameters of type IShutdownObserver
 void IShutdownObservable.registerShutdownObserver(IShutdownObserver observer)
          Registers an observer with the observable object.
 void IShutdownObservable.deregisterShutdownObserver(IShutdownObserver observer)
          Deregisters the observer with the observable.
 

Uses of IShutdownObserver in org.apache.jcs.engine.control
 

Methods in org.apache.jcs.engine.control with parameters of type IShutdownObserver
 void CompositeCacheManager.registerShutdownObserver(IShutdownObserver observer)
          Perhaps the composite cache itself should be the observable object.
 void CompositeCacheManager.deregisterShutdownObserver(IShutdownObserver observer)
           
 



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.