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. 
 

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 with parameters of type ShutdownCoordinator
 void ServicePointImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)
           
 void RegistryInfrastructureImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)
           
 void ConfigurationPointImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)