org.apache.jcs.engine.behavior
Interface IShutdownObserver

All Known Implementing Classes:
LateralCacheAbstractManager, LateralTCPCacheManager, LateralTCPListener, RemoteCacheManager, RemoteHttpCacheManager, UDPDiscoveryReceiver, UDPDiscoveryService

public interface IShutdownObserver

This interface is required of all shutdown observers. These observers can observer ShutdownObservable objects. The CacheManager is the primary observable that this is intended for.

Most shutdown operations will occur outside this framework for now. The initial goal is to allow background threads that are not reachable through any reference that the cahe manager maintains to be killed on shutdown.

Author:
Aaron Smuts

Method Summary
 void shutdown()
          Tells the observer that the observable has received a shutdown command.
 

Method Detail

shutdown

void shutdown()
Tells the observer that the observable has received a shutdown command.



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