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
ProcessingUnitInstanceAddedEventListener s. |
ProcessingUnitInstanceRemovedEventManager |
getProcessingUnitInstanceRemoved()
Returns the processing unit instance removed event manager allowing to add and remove
ProcessingUnitInstanceRemovedEventListener s. |
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
SpaceInstanceAddedEventListener s. |
SpaceInstanceRemovedEventManager |
getSpaceInstanceRemoved()
Returns the space instance removed event manager allowing to add and remove
SpaceInstanceRemovedEventListener s. |
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, generateDump
String 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()
ProcessingUnitInstanceAddedEventListener
s.ProcessingUnitInstanceRemovedEventManager getProcessingUnitInstanceRemoved()
ProcessingUnitInstanceRemovedEventListener
s.void addProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener eventListener)
ProcessingUnitInstanceLifecycleEventListener
.void removeProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener eventListener)
ProcessingUnitInstanceLifecycleEventListener
.SpaceInstance[] getSpaceInstances()
SpaceInstanceAddedEventManager getSpaceInstanceAdded()
SpaceInstanceAddedEventListener
s.SpaceInstanceRemovedEventManager getSpaceInstanceRemoved()
SpaceInstanceRemovedEventListener
s.void addLifecycleListener(SpaceInstanceLifecycleEventListener eventListener)
SpaceInstanceLifecycleEventListener
.void removeLifecycleListener(SpaceInstanceLifecycleEventListener eventListener)
SpaceInstanceLifecycleEventListener
.Copyright © GigaSpaces.