GigaSpaces XAP 7.0 API

org.openspaces.admin.zone
Interface Zones

All Superinterfaces:
AdminAware, Iterable<Zone>

public interface Zones
extends AdminAware, Iterable<Zone>

Author:
kimchy

Method Summary
 void addLifecycleListener(ZoneLifecycleEventListener eventListener)
          Allows to add a ZoneLifecycleEventListener.
 Zone getByName(String name)
           
 Map<String,Zone> getNames()
           
 ZoneAddedEventManager getZoneAdded()
          Returns the machines added event manager allowing to add and remove ZoneAddedEventListeners.
 ZoneRemovedEventManager getZoneRemoved()
          Returns the grid service container added event manager allowing to add and remove ZoneRemovedEventListeners.
 void removeLifeycleListener(ZoneLifecycleEventListener eventListener)
          Allows to remove a ZoneLifecycleEventListener.
 
Methods inherited from interface org.openspaces.admin.AdminAware
getAdmin
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getByName

Zone getByName(String name)

getNames

Map<String,Zone> getNames()

getZoneAdded

ZoneAddedEventManager getZoneAdded()
Returns the machines added event manager allowing to add and remove ZoneAddedEventListeners.


getZoneRemoved

ZoneRemovedEventManager getZoneRemoved()
Returns the grid service container added event manager allowing to add and remove ZoneRemovedEventListeners.


addLifecycleListener

void addLifecycleListener(ZoneLifecycleEventListener eventListener)
Allows to add a ZoneLifecycleEventListener.


removeLifeycleListener

void removeLifeycleListener(ZoneLifecycleEventListener eventListener)
Allows to remove a ZoneLifecycleEventListener.


GigaSpaces XAP 7.0 API

Copyright © GigaSpaces.