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

Method Summary
 void addRegistryShutdownListener(RegistryShutdownListener s)
           
 void removeRegistryShutdownListener(RegistryShutdownListener s)
           
 void shutdown()
           
 

Method Detail

addRegistryShutdownListener

void addRegistryShutdownListener(RegistryShutdownListener s)

removeRegistryShutdownListener

void removeRegistryShutdownListener(RegistryShutdownListener s)

shutdown

void shutdown()


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