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