public interface Zone extends DumpProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addLifecycleListener(SpaceInstanceLifecycleEventListener eventListener)
Allows to add a
SpaceInstanceLifecycleEventListener. |
void |
addProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener eventListener)
Allows to add a
ProcessingUnitInstanceLifecycleEventListener. |
ElasticServiceManagers |
getElasticServiceManagers()
Returns the elastic service managers running within the zone.
|
GridServiceAgents |
getGridServiceAgents()
Returns the grid service agents running within the zone.
|
GridServiceContainers |
getGridServiceContainers()
Returns the grid service containers running within the zone.
|
GridServiceManagers |
getGridServiceManagers()
Returns the grid service managers running within the zone.
|
LookupServices |
getLookupServices()
Returns the lookup services that are running within the zone.
|
Machines |
getMachines()
Returns the machines running within the zone.
|
String |
getName()
Returns name of the zone.
|
ProcessingUnitInstanceAddedEventManager |
getProcessingUnitInstanceAdded()
Returns the processing unit instance added event manager allowing to add and remove
ProcessingUnitInstanceAddedEventListeners. |
ProcessingUnitInstanceRemovedEventManager |
getProcessingUnitInstanceRemoved()
Returns the processing unit instance removed event manager allowing to add and remove
ProcessingUnitInstanceRemovedEventListeners. |
ProcessingUnitInstance[] |
getProcessingUnitInstances()
Returns all the processing unit instances running within the zone.
|
SpaceInstanceAddedEventManager |
getSpaceInstanceAdded()
Returns the space instance added event manager allowing to add and remove
SpaceInstanceAddedEventListeners. |
SpaceInstanceRemovedEventManager |
getSpaceInstanceRemoved()
Returns the space instance removed event manager allowing to add and remove
SpaceInstanceRemovedEventListeners. |
SpaceInstance[] |
getSpaceInstances()
Returns all the space instances running within the zone.
|
Transports |
getTransports()
Returns the transports "running" within the zone.
|
VirtualMachines |
getVirtualMachines()
Returns the virtual machines running within the zone.
|
boolean |
hasGridComponents()
Returns
true if there are grid components. |
void |
removeLifecycleListener(SpaceInstanceLifecycleEventListener eventListener)
Allows to remove a
SpaceInstanceLifecycleEventListener. |
void |
removeProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener eventListener)
Allows to remove a
ProcessingUnitInstanceLifecycleEventListener. |
generateDump, generateDumpString getName()
Machines getMachines()
LookupServices getLookupServices()
GridServiceAgents getGridServiceAgents()
GridServiceManagers getGridServiceManagers()
ElasticServiceManagers getElasticServiceManagers()
GridServiceContainers getGridServiceContainers()
VirtualMachines getVirtualMachines()
boolean hasGridComponents()
true if there are grid components.Transports getTransports()
ProcessingUnitInstance[] getProcessingUnitInstances()
ProcessingUnitInstanceAddedEventManager getProcessingUnitInstanceAdded()
ProcessingUnitInstanceAddedEventListeners.ProcessingUnitInstanceRemovedEventManager getProcessingUnitInstanceRemoved()
ProcessingUnitInstanceRemovedEventListeners.void addProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener eventListener)
ProcessingUnitInstanceLifecycleEventListener.void removeProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener eventListener)
ProcessingUnitInstanceLifecycleEventListener.SpaceInstance[] getSpaceInstances()
SpaceInstanceAddedEventManager getSpaceInstanceAdded()
SpaceInstanceAddedEventListeners.SpaceInstanceRemovedEventManager getSpaceInstanceRemoved()
SpaceInstanceRemovedEventListeners.void addLifecycleListener(SpaceInstanceLifecycleEventListener eventListener)
SpaceInstanceLifecycleEventListener.void removeLifecycleListener(SpaceInstanceLifecycleEventListener eventListener)
SpaceInstanceLifecycleEventListener.Copyright © GigaSpaces.