Uses of Interface
org.apache.hivemind.ShutdownCoordinator

Packages that use ShutdownCoordinator
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.impl.servicemodel   
 

Uses of ShutdownCoordinator in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement ShutdownCoordinator
 class ShutdownCoordinatorImpl
          Manages a list of objects that implement the RegistryShutdownListener interface.
 

Methods in org.apache.hivemind.impl that return ShutdownCoordinator
 ShutdownCoordinator ServicePointImpl.getShutdownCoordinator()
           
 ShutdownCoordinator ConstructableServicePoint.getShutdownCoordinator()
          Returns the ShutdownCoordinator, used by the service model to inform proxies that the service has shutdown.
 

Methods in org.apache.hivemind.impl with parameters of type ShutdownCoordinator
 void ServicePointImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)
           
 void RegistryInfrastructureImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)
           
 void ConfigurationPointImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)
           
 

Uses of ShutdownCoordinator in org.apache.hivemind.impl.servicemodel
 

Methods in org.apache.hivemind.impl.servicemodel that return ShutdownCoordinator
protected  ShutdownCoordinator AbstractServiceModelImpl.getShutdownCoordinatorService()