GigaSpaces XAP 9.7.2 API

org.openspaces.admin.zone
Interface Zone

All Superinterfaces:
DumpProvider

public interface Zone
extends DumpProvider

Author:
kimchy

Method Summary
 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.
 
Methods inherited from interface org.openspaces.admin.dump.DumpProvider
generateDump, generateDump
 

Method Detail

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.


getElasticServiceManagers

ElasticServiceManagers getElasticServiceManagers()
Returns the elastic 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.


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.