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 that return ShutdownCoordinator
 ShutdownCoordinator ServicePointImpl.getShutdownCoordinator()
           
 ShutdownCoordinator ConstructableServicePoint.getShutdownCoordinator()
          Returns the ShutdownCooordinator, 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 RegistryImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)
           
static java.lang.Object ProxyUtils.createDelegatingProxy(java.lang.String type, ServiceModel serviceModel, java.lang.String delegationMethodName, ServicePoint servicePoint, ShutdownCoordinator shutdownCoordinator)
          Creates a class that implements the service interface.
 void ConfigurationPointImpl.setShutdownCoordinator(ShutdownCoordinator coordinator)