| Package | Description | 
|---|---|
| org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. | 
| org.openspaces.admin.internal.gsa | Internally Used. | 
| org.openspaces.admin.internal.lus | Internally Used. | 
| org.openspaces.admin.internal.lus.events | Internally Used. | 
| org.openspaces.admin.internal.vm | Internally Used. | 
| org.openspaces.admin.lus | Support for managing of Lookup Service(s) through the Admin API. | 
| org.openspaces.admin.lus.events | Support for managing of Lookup Service events through the Admin API. | 
| org.openspaces.admin.samples | |
| org.openspaces.admin.vm | Support for managing of Virtual Machine(s) through the Admin API. | 
| Modifier and Type | Method and Description | 
|---|---|
| LookupService | GridServiceAgent. startGridServiceAndWait(LookupServiceOptions options)Starts a  LookupServicebased on the provided options and
 waits indefinitely until it is discovered by the admin, which is then returned. | 
| LookupService | GridServiceAgent. startGridServiceAndWait(LookupServiceOptions options,
                       long timeout,
                       TimeUnit timeUnit)Starts a  LookupServicebased on the provided options and
 waits for the given timeout (in time unit) until it is discovered by the admin, which is then
 returned. | 
| Modifier and Type | Method and Description | 
|---|---|
| LookupService | DefaultGridServiceAgent. startGridServiceAndWait(LookupServiceOptions options) | 
| LookupService | DefaultGridServiceAgent. startGridServiceAndWait(LookupServiceOptions options,
                       long timeout,
                       TimeUnit timeUnit) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalLookupService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultLookupService | 
| Modifier and Type | Method and Description | 
|---|---|
| LookupService | DefaultLookupServices. getLookupServiceByUID(String id) | 
| LookupService[] | DefaultLookupServices. getLookupServices() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,LookupService> | DefaultLookupServices. getUids() | 
| Iterator<LookupService> | DefaultLookupServices. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClosureLookupServiceAddedEventListener. lookupServiceAdded(LookupService lookupService) | 
| void | DefaultLookupServiceAddedEventManager. lookupServiceAdded(LookupService lookupService) | 
| void | ClosureLookupServiceRemovedEventListener. lookupServiceRemoved(LookupService lookupService) | 
| void | DefaultLookupServiceRemovedEventManager. lookupServiceRemoved(LookupService lookupService) | 
| Modifier and Type | Method and Description | 
|---|---|
| LookupService | DefaultVirtualMachine. getLookupService() | 
| Modifier and Type | Method and Description | 
|---|---|
| LookupService | LookupServices. getLookupServiceByUID(String id)Returns a lus based on its uid. | 
| LookupService[] | LookupServices. getLookupServices()Returns all the currently discovered lus. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,LookupService> | LookupServices. getUids()Returns a map of lookup service with the key as the uid. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LookupServiceAddedEventListener. lookupServiceAdded(LookupService lookupService)Called when a lookup service is added. | 
| void | LookupServiceRemovedEventListener. lookupServiceRemoved(LookupService lookupService)Called when a lookup service is removed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TestEventSampler. lookupServiceAdded(LookupService lookupService) | 
| void | TestEventSampler. lookupServiceRemoved(LookupService lookupService) | 
| Modifier and Type | Method and Description | 
|---|---|
| LookupService | VirtualMachine. getLookupService()Returns the lookup services that are running on the machine. | 
Copyright © GigaSpaces.