| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LookupService | |
|---|---|
| org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. | 
| 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 | |
| Uses of LookupService in org.openspaces.admin.gsa | 
|---|
| Methods in org.openspaces.admin.gsa that return LookupService | |
|---|---|
 LookupService | 
GridServiceAgent.startGridServiceAndWait(LookupServiceOptions options)
Starts a LookupService based 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 LookupService based on the provided options and waits
 for the given timeout (in time unit) until it is discovered by the admin, which is then returned. | 
| Uses of LookupService in org.openspaces.admin.lus | 
|---|
| Methods in org.openspaces.admin.lus that return LookupService | |
|---|---|
 LookupService | 
LookupServices.getLookupServiceByUID(String id)
Returns a lus based on its uid.  | 
 LookupService[] | 
LookupServices.getLookupServices()
Returns all the currently discovered lus.  | 
| Methods in org.openspaces.admin.lus that return types with arguments of type LookupService | |
|---|---|
 Map<String,LookupService> | 
LookupServices.getUids()
Returns a map of lookup service with the key as the uid.  | 
| Uses of LookupService in org.openspaces.admin.lus.events | 
|---|
| Methods in org.openspaces.admin.lus.events with parameters of type LookupService | |
|---|---|
 void | 
LookupServiceAddedEventListener.lookupServiceAdded(LookupService lookupService)
Called when a lookup service is added.  | 
 void | 
LookupServiceRemovedEventListener.lookupServiceRemoved(LookupService lookupService)
Called when a lookup service is removed.  | 
| Uses of LookupService in org.openspaces.admin.samples | 
|---|
| Methods in org.openspaces.admin.samples with parameters of type LookupService | |
|---|---|
 void | 
TestEventSampler.lookupServiceAdded(LookupService lookupService)
 | 
 void | 
TestEventSampler.lookupServiceRemoved(LookupService lookupService)
 | 
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||