GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.admin.lus.LookupService

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   
org.openspaces.admin.vm Support for managing of Virtual Machine(s) through the Admin API. 
 

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)
           
 

Uses of LookupService in org.openspaces.admin.vm
 

Methods in org.openspaces.admin.vm that return LookupService
 LookupService VirtualMachine.getLookupService()
          Returns the lookup services that are running on the machine.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.