| Package | Description | 
|---|---|
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| com.sun.jini.mahalo | 
 Provides implementations of the 
TransactionManager service. 
 | 
| com.sun.jini.reggie | 
 Provides implementations of  
ServiceRegistrar. | 
| net.jini.admin | 
 These interfaces provide common ways to export
particular administrative functionality. 
 | 
| net.jini.core.lookup | 
 These are the lookup service interfaces and classes. 
 | 
| net.jini.discovery | 
 These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification. 
 | 
| net.jini.discovery.dynamic | |
| org.openspaces.admin | 
 Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
 | 
| org.openspaces.admin.lus | 
 Support for managing of Lookup Service(s) through the Admin API. 
 | 
| org.openspaces.grid.gsm.sla.exceptions | |
| org.openspaces.pu.container.servicegrid.deploy | 
 A package including the ability to deploy a processing unit onto the Service Grid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
SpaceURL.getLookupLocators()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
TxnManagerImpl.getLookupLocators()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TxnManagerImpl.addLookupLocators(LookupLocator[] locators)  | 
void | 
TxnManagerImpl.removeLookupLocators(LookupLocator[] locators)  | 
void | 
TxnManagerImpl.setLookupLocators(LookupLocator[] locators)  | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator | 
GigaRegistrar.getLocator()  | 
LookupLocator | 
Registrar.getLocator()
Returns a LookupLocator that can be used if necessary for unicast
 discovery of the lookup service. 
 | 
LookupLocator[] | 
GigaRegistrar.getLookupLocators()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GigaRegistrar.addLookupLocators(LookupLocator[] locators)  | 
void | 
GigaRegistrar.removeLookupLocators(LookupLocator[] locators)  | 
void | 
GigaRegistrar.setLookupLocators(LookupLocator[] locators)  | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
JoinAdmin.getLookupLocators()
Get the list of locators of specific lookup services to join. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JoinAdmin.addLookupLocators(LookupLocator[] locators)
Add locators for specific new lookup services to join. 
 | 
void | 
JoinAdmin.removeLookupLocators(LookupLocator[] locators)
Remove locators for specific lookup services from the set to join. 
 | 
void | 
JoinAdmin.setLookupLocators(LookupLocator[] locators)
Replace the list of locators of specific lookup services to join
 with a new list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator | 
ServiceRegistrar.getLocator()
Returns a LookupLocator that can be used if necessary for unicast
 discovery of the lookup service. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstrainableLookupLocator
LookupLocator subclass which supports constraint operations
 through the RemoteMethodControl interface. | 
| Modifier and Type | Field and Description | 
|---|---|
protected LookupLocator | 
IncomingMulticastAnnouncement.locator
The LookupLocator that has been announced. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
LookupLocatorDiscovery.getDiscoveredLocators()
Returns the set of  
LookupLocator objects representing the
 desired lookup services that are currently discovered. | 
LookupLocator | 
IncomingMulticastAnnouncement.getLocator()
Return a LookupLocator for performing unicast discovery of the
 announcing lookup service. 
 | 
LookupLocator[] | 
DiscoveryLocatorManagement.getLocators()
Returns an array consisting of the elements of the managed set
 of locators; that is, instances of  
LookupLocator in
 which each instance corresponds to a specific lookup service to
 discover. | 
LookupLocator[] | 
LookupDiscoveryManager.getLocators()
Returns an array consisting of the elements of the managed set
 of locators; that is, instances of  
LookupLocator in
 which each instance corresponds to a specific lookup service to
 discover. | 
LookupLocator[] | 
LookupDiscoveryRegistration.getLocators()
Returns an array consisting of the LookupLocator objects corresponding
 to specific lookup services the lookup discovery service will attempt
 to discover for this registration. 
 | 
LookupLocator[] | 
LookupLocatorDiscovery.getLocators()
Returns an array consisting of the elements of the managed set of
 locators; that is, instances of  
LookupLocator in which each
 instance corresponds to a specific lookup service to discover. | 
LookupLocator[] | 
LookupLocatorDiscovery.getUndiscoveredLocators()
Returns the set of  
LookupLocator objects representing the
 desired lookup services that have not yet been discovered. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DiscoveryLocatorManagement.addLocators(LookupLocator[] locators)
Adds a set of locators to the managed set of locators. 
 | 
void | 
LookupDiscoveryManager.addLocators(LookupLocator[] locators)
Adds a set of locators to the managed set of locators. 
 | 
void | 
LookupDiscoveryRegistration.addLocators(LookupLocator[] locators)
Adds a set of LookupLocator objects to the managed set of locators
 associated with this registration. 
 | 
void | 
LookupLocatorDiscovery.addLocators(LookupLocator[] locators)
Adds a set of locators to the managed set of locators. 
 | 
static DatagramPacket[] | 
OutgoingMulticastAnnouncement.marshal(ServiceID id,
       LookupLocator loc,
       String[] groups)
Marshal a multicast announcement into one or more datagram
 packets. 
 | 
LookupDiscoveryRegistration | 
LookupDiscoveryService.register(String[] groups,
        LookupLocator[] locators,
        RemoteEventListener listener,
        MarshalledObject handback,
        long leaseDuration)
Register with the lookup discovery service. 
 | 
void | 
DiscoveryLocatorManagement.removeLocators(LookupLocator[] locators)
Deletes a set of locators from the managed set of locators, and discards
 any already-discovered lookup service that corresponds to a deleted
 locator. 
 | 
void | 
LookupDiscoveryManager.removeLocators(LookupLocator[] locators)
Deletes a set of locators from the managed set of locators, and discards
 any already-discovered lookup service that corresponds to a deleted
 locator. 
 | 
void | 
LookupDiscoveryRegistration.removeLocators(LookupLocator[] locators)
Deletes a set of of LookupLocator objects from this registration's
 managed set of locators. 
 | 
void | 
LookupLocatorDiscovery.removeLocators(LookupLocator[] locators)
Deletes a set of locators from the managed set of locators, and discards
 any already-discovered lookup service that corresponds to a deleted
 locator. 
 | 
void | 
DiscoveryLocatorManagement.setLocators(LookupLocator[] locators)
Replaces all of the locators in the managed set with locators from
 a new set, and discards any already-discovered lookup service that
 corresponds to a locator that is removed from the managed set
 as a result of an invocation of this method. 
 | 
void | 
LookupDiscoveryManager.setLocators(LookupLocator[] locators)
Replaces all of the locators in the managed set with locators from
 a new set, and discards any already-discovered lookup service that
 corresponds to a locator that is removed from the managed set
 as a result of an invocation of this method. 
 | 
void | 
LookupDiscoveryRegistration.setLocators(LookupLocator[] locators)
Replaces all of the locators in this registration's managed set of
 locators with a new set of LookupLocator objects. 
 | 
void | 
LookupLocatorDiscovery.setLocators(LookupLocator[] locators)
Replaces all of the locators in the managed set with locators from a new
 set, and discards any already-discovered lookup service that corresponds
 to a locator that is removed from the managed set as a result of an
 invocation of this method. 
 | 
| Constructor and Description | 
|---|
LookupDiscoveryManager(String[] groups,
                      LookupLocator[] locators,
                      DiscoveryListener listener)
Constructs an instance of this class that will organize and manage 
 all discovery-related activities on behalf of the client or service
 that instantiates this class. 
 | 
LookupDiscoveryManager(String[] groups,
                      LookupLocator[] locators,
                      DiscoveryListener listener,
                      Configuration config)
Constructs an instance of this class, using the given 
  
Configuration, that will organize and manage all
 discovery-related activities on behalf of the client or service
 that instantiates this class. | 
LookupDiscoveryManager(String[] groups,
                      LookupLocator[] locators,
                      DiscoveryListener listener,
                      Configuration config,
                      boolean runningWithinRegistrar)  | 
LookupLocatorDiscovery(LookupLocator[] locators)
Creates an instance of this class ( 
LookupLocatorDiscovery),
 with an initial array of LookupLocators to be managed. | 
LookupLocatorDiscovery(LookupLocator[] locators,
                      Configuration config)
Constructs a new lookup locator discovery object, set to discover the
 given set of locators, and having the given  
Configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
LocatorsChangedEvent.getLocators()  | 
| Constructor and Description | 
|---|
LocatorsChangedEvent(Object source,
                    LookupLocator[] locators)  | 
| Constructor and Description | 
|---|
ServiceRegistrarServiceDiscoveryListener(DiscoveryLocatorManagement dlm,
                                        Map<ServiceID,LookupLocator> initialLocatorsMap,
                                        ServiceRegistrar registrar,
                                        ServiceID registrarServiceID)  | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
Admin.getLocators()
Returns the lookup locators this admin uses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator | 
LookupService.getLookupLocator()  | 
| Constructor and Description | 
|---|
DisconnectedFromLookupServiceException(ProcessingUnit pu,
                                      LookupLocator[] locators,
                                      String[] groups)  | 
| Modifier and Type | Method and Description | 
|---|---|
LookupLocator[] | 
Deploy.getLocators()  | 
LookupLocator[] | 
Undeploy.getLocators()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceItem[] | 
ServiceFinder.find(String name,
    Class type,
    long wait,
    String[] groups,
    LookupLocator[] locators)  | 
Copyright © GigaSpaces.