| Package | Description | 
|---|---|
| com.gigaspaces.internal.naming | |
| com.gigaspaces.internal.utils | |
| com.j_spaces.core.jini | |
| net.jini.lookup | 
 Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service. 
 | 
| org.openspaces.core.transaction.manager | 
 Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager). 
 | 
| Constructor and Description | 
|---|
LookupNamingService(LookupDiscoveryManager discoveryManager,
                   LeaseRenewalManager renewalManager)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected LeaseRenewalManager | 
SharedObjects.SharedLeaseRenewalManager.createInstance()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SharedObjects.SharedLeaseRenewalManager.closeInstance(LeaseRenewalManager instance)  | 
| Modifier and Type | Method and Description | 
|---|---|
static LeaseRenewalManager | 
SharedLeaseRenewalManager.getLeaseRenewalManager()  | 
| Constructor and Description | 
|---|
BackwardsSharedServiceDiscoveryManager(SharedDiscoveryManagement.SharedDiscoEntry entry,
                                      LookupDiscoveryManager discoveryMgr,
                                      LeaseRenewalManager leaseMgr,
                                      Configuration config)
Deprecated.  
  | 
SharedServiceDiscoveryManager(SharedDiscoveryManagement.SharedDiscoEntry entry,
                             LookupDiscoveryManager discoveryMgr,
                             LeaseRenewalManager leaseMgr,
                             Configuration config)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseRenewalManager | 
JoinManager.getLeaseRenewalManager()
Returns the instance of the  
LeaseRenewalManager class that was either passed
 into the constructor, or that was created as a result of null being input to
 that parameter. | 
| Constructor and Description | 
|---|
BackwardsServiceDiscoveryManager(DiscoveryManagement discoveryMgr,
                                LeaseRenewalManager leaseMgr,
                                Configuration config)
Deprecated.  
  | 
JoinManager(Object serviceProxy,
           Entry[] attrSets,
           ServiceID serviceID,
           DiscoveryManagement discoveryMgr,
           LeaseRenewalManager leaseMgr)
Constructs an instance of this class that will register the service with all discovered
 lookup services, using the supplied  
ServiceID. | 
JoinManager(Object serviceProxy,
           Entry[] attrSets,
           ServiceID serviceID,
           DiscoveryManagement discoveryMgr,
           LeaseRenewalManager leaseMgr,
           Configuration config)
Constructs an instance of this class, configured using the items retrieved through the given
  
Configuration, that will register the service with all discovered lookup
 services, using the supplied ServiceID. | 
JoinManager(Object serviceProxy,
           Entry[] attrSets,
           ServiceIDListener callback,
           DiscoveryManagement discoveryMgr,
           LeaseRenewalManager leaseMgr)
Constructs an instance of this class that will register the given service reference with all
 discovered lookup services and, through an event sent to the given
  
ServiceIDListener object, communicate the service ID assigned by the first
 lookup service with which the service is registered. | 
JoinManager(Object serviceProxy,
           Entry[] attrSets,
           ServiceIDListener callback,
           DiscoveryManagement discoveryMgr,
           LeaseRenewalManager leaseMgr,
           Configuration config)
Constructs an instance of this class, configured using the items retrieved through the given
  
Configuration object, that will register the given service reference with all
 discovered lookup services and, through an event sent to the given
 ServiceIDListener object, communicate the service ID assigned by the first
 lookup service with which the service is registered. | 
ServiceDiscoveryManager(DiscoveryManagement discoveryMgr,
                       LeaseRenewalManager leaseMgr)
Constructs an instance of  
ServiceDiscoveryManager which will, on behalf of the
 entity that constructs this class, discover and manage a set of lookup services, as well as
 discover and manage sets of services registered with those lookup services. | 
ServiceDiscoveryManager(DiscoveryManagement discoveryMgr,
                       LeaseRenewalManager leaseMgr,
                       Configuration config)
Constructs an instance of this class, which is configured using the items retrieved through
 the given  
Configuration, that will, on behalf of the entity that constructs this
 class, discover and manage a set of lookup services, as well as discover and manage sets of
 services registered with those lookup services. | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseRenewalManager | 
JiniTransactionHolder.getLeaseRenewalManager()
Returns the lease renewal manager associated with this transaction, can be
  
null. | 
| Constructor and Description | 
|---|
ExisitingJiniTransactionHolder(Transaction.Created txCreated,
                              int isolationLevel,
                              LeaseRenewalManager leaseRenewalManager)  | 
JiniTransactionHolder(Transaction.Created txCreated,
                     int isolationLevel,
                     LeaseRenewalManager leaseRenewalManager)
Constructs a new jini transaction holder. 
 | 
Copyright © GigaSpaces.