Uses of Interface
org.openspaces.admin.zone.Zone
Packages that use Zone
Package
Description
Internally Used.
Support for managing of Zone(s) through the Admin API.
Support for managing of Zone events through the Admin API.
-
Uses of Zone in org.openspaces.admin.internal.gateway
Methods in org.openspaces.admin.internal.gateway that return types with arguments of type Zone -
Uses of Zone in org.openspaces.admin.internal.support
Methods in org.openspaces.admin.internal.support that return types with arguments of type ZoneMethods in org.openspaces.admin.internal.support with parameters of type Zone -
Uses of Zone in org.openspaces.admin.internal.zone
Subinterfaces of Zone in org.openspaces.admin.internal.zoneClasses in org.openspaces.admin.internal.zone that implement ZoneMethods in org.openspaces.admin.internal.zone that return ZoneMethods in org.openspaces.admin.internal.zone that return types with arguments of type ZoneMethods in org.openspaces.admin.internal.zone with parameters of type ZoneModifier and TypeMethodDescriptionvoidvoidDefaultZones.removeProvider(Zone zone, String zoneUidProvider) voidInternalZones.removeProvider(Zone zone, String zoneUidProvider) -
Uses of Zone in org.openspaces.admin.internal.zone.events
Methods in org.openspaces.admin.internal.zone.events with parameters of type ZoneModifier and TypeMethodDescriptionvoidvoidvoidClosureZoneRemovedEventListener.zoneRemoved(Zone zone) voidDefaultZoneRemovedEventManager.zoneRemoved(Zone zone) -
Uses of Zone in org.openspaces.admin.samples
Methods in org.openspaces.admin.samples with parameters of type Zone -
Uses of Zone in org.openspaces.admin.zone
Methods in org.openspaces.admin.zone that return ZoneModifier and TypeMethodDescriptionReturns a discovered zone by its name.Zone[]Zones.getZones()Returns all currently discovered zones.Waits indefinitely till the zone with the given name is discovered.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 -
Uses of Zone in org.openspaces.admin.zone.events
Methods in org.openspaces.admin.zone.events with parameters of type ZoneModifier and TypeMethodDescriptionvoidCalled when a zone is added.voidZoneRemovedEventListener.zoneRemoved(Zone zone) Called when a zone is removed.