| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Zone | |
|---|---|
| org.openspaces.admin.samples | |
| org.openspaces.admin.zone | Support for managing of Zone(s) through the Admin API. | 
| org.openspaces.admin.zone.events | Support for managing of Zone events through the Admin API. | 
| Uses of Zone in org.openspaces.admin.samples | 
|---|
| Methods in org.openspaces.admin.samples with parameters of type Zone | |
|---|---|
 void | 
TestEventSampler.zoneAdded(Zone zone)
 | 
 void | 
TestEventSampler.zoneRemoved(Zone zone)
 | 
| Uses of Zone in org.openspaces.admin.zone | 
|---|
| Methods in org.openspaces.admin.zone that return Zone | |
|---|---|
 Zone | 
Zones.getByName(String name)
Returns a discovered zone by its name.  | 
 Zone[] | 
Zones.getZones()
Returns all currently discovered zones.  | 
 Zone | 
Zones.waitFor(String zoneByName)
Waits indefinitely till the zone with the given name is discovered.  | 
 Zone | 
Zones.waitFor(String zoneByName,
        long timeout,
        TimeUnit timeUnit)
Waits for the given timeout (in time unit) till the zone with the given name is discovered.  | 
| Methods in org.openspaces.admin.zone that return types with arguments of type Zone | |
|---|---|
 Map<String,Zone> | 
Zones.getNames()
Returns a map of zone names to Zones. | 
 Map<String,Zone> | 
ZoneAware.getZones()
 | 
| Uses of Zone in org.openspaces.admin.zone.events | 
|---|
| Methods in org.openspaces.admin.zone.events with parameters of type Zone | |
|---|---|
 void | 
ZoneAddedEventListener.zoneAdded(Zone zone)
Called when a zone is added.  | 
 void | 
ZoneRemovedEventListener.zoneRemoved(Zone zone)
Called when a zone is removed.  | 
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||