org.ourgrid.common.event
Interface Shutdownable

All Known Implementing Classes:
AbstractFailureDetector, CorePeerFailureDetector, EBReplicaManager, FakeFailureDetector, GumpClientThreadManager, MyGridFailureDetector, PeerFailureDetector, PermissionManager, ReplicaExecutorThreadManager, ShutdownableRunnable, ShutdownableThread, SimpleTestFailureDetector, UserAgentFailureDetector

public interface Shutdownable

To be implemented by service threads. It enables them to shutdown in a graceful manner.


Method Summary
 void shutdown()
          Informs the service thread associated with the object that it must shutdown.
 

Method Detail

shutdown

void shutdown()
Informs the service thread associated with the object that it must shutdown.