Package | Description |
---|---|
org.apache.hivemind |
The main HiveMind package.
|
org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
Modifier and Type | Method and Description |
---|---|
void |
ShutdownCoordinator.addRegistryShutdownListener(RegistryShutdownListener s) |
void |
ShutdownCoordinator.removeRegistryShutdownListener(RegistryShutdownListener s) |
Modifier and Type | Class and Description |
---|---|
class |
ElementsProxyList
The List implementation visible to the client code.
|
class |
ElementsProxyMap
The Map implementation visible to the client code.
|
Modifier and Type | Method and Description |
---|---|
static RegistryShutdownListener |
ProxyUtils.createOuterProxy(java.lang.Object delegate,
ServicePoint servicePoint)
Constructs an outer proxy (for the threaded or pooled service).
|
Modifier and Type | Method and Description |
---|---|
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 |
ServicePointImpl.addRegistryShutdownListener(RegistryShutdownListener listener) |
void |
ShutdownCoordinatorImpl.addRegistryShutdownListener(RegistryShutdownListener s) |
void |
ShutdownCoordinatorImpl.removeRegistryShutdownListener(RegistryShutdownListener s) |