org.apache.hivemind
Interface ShutdownCoordinator
- All Known Implementing Classes: 
- ShutdownCoordinatorImpl
- public interface ShutdownCoordinator 
The coordinator is used by other services to determine when the registry was shutdown.
- Author:
- Howard Lewis Ship
 
addRegistryShutdownListener
void addRegistryShutdownListener(RegistryShutdownListener s)
- 
 
removeRegistryShutdownListener
void removeRegistryShutdownListener(RegistryShutdownListener s)
- 
 
shutdown
void shutdown()
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.