|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||