Uses of Interface
org.apache.hivemind.events.RegistryShutdownListener

Packages that use RegistryShutdownListener
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
 

Uses of RegistryShutdownListener in org.apache.hivemind
 

Methods in org.apache.hivemind with parameters of type RegistryShutdownListener
 void ShutdownCoordinator.addRegistryShutdownListener(RegistryShutdownListener s)
           
 void ShutdownCoordinator.removeRegistryShutdownListener(RegistryShutdownListener s)
           
 

Uses of RegistryShutdownListener in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement RegistryShutdownListener
 class ElementsProxyList
          The List implementation visible to the client code.
 class ElementsProxyMap
          The Map implementation visible to the client code.
 

Methods in org.apache.hivemind.impl that return RegistryShutdownListener
static RegistryShutdownListener ProxyUtils.createOuterProxy(java.lang.Object delegate, ServicePoint servicePoint)
          Constructs an outer proxy (for the threaded or pooled service).
 

Methods in org.apache.hivemind.impl with parameters of type RegistryShutdownListener
 void ShutdownCoordinatorImpl.addRegistryShutdownListener(RegistryShutdownListener s)
           
 void ServicePointImpl.addRegistryShutdownListener(RegistryShutdownListener listener)
           
 void ConstructableServicePoint.addRegistryShutdownListener(RegistryShutdownListener listener)
          Adds a shutdown listener; HiveMind uses two coordinators; the first is the hivemind.ShutdownCoordinator service, which is the coordinator used for service implementations.
 void ShutdownCoordinatorImpl.removeRegistryShutdownListener(RegistryShutdownListener s)