public abstract class ProcessingUnitContainer extends Object
Constructor and Description |
---|
ProcessingUnitContainer() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the given processing unit container.
|
abstract Collection<InternalDumpProcessor> |
getDumpProcessors() |
abstract Map<String,InvocableService> |
getInvocableServices() |
abstract Collection<MemberAliveIndicator> |
getMemberAliveIndicators() |
abstract Collection<QuiesceStateChangedListener> |
getQuiesceStateChangedListeners() |
abstract Collection<ServiceDetailsProvider> |
getServiceDetailsProviders() |
abstract Collection<ServiceMonitorsProvider> |
getServiceMonitorsProviders() |
abstract Collection<ProcessingUnitUndeployingListener> |
getUndeployListeners() |
public void close() throws CannotCloseContainerException
CannotCloseContainerException
public abstract Collection<ServiceDetailsProvider> getServiceDetailsProviders()
public abstract Collection<ServiceMonitorsProvider> getServiceMonitorsProviders()
public abstract Collection<QuiesceStateChangedListener> getQuiesceStateChangedListeners()
public abstract Collection<ProcessingUnitUndeployingListener> getUndeployListeners()
public abstract Collection<MemberAliveIndicator> getMemberAliveIndicators()
public abstract Collection<InternalDumpProcessor> getDumpProcessors()
public abstract Map<String,InvocableService> getInvocableServices()
Copyright © GigaSpaces.