Uses of Class
net.jini.lease.LeaseRenewalManager
Packages that use LeaseRenewalManager
Package
Description
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager).
-
Uses of LeaseRenewalManager in com.gigaspaces.internal.naming
Constructors in com.gigaspaces.internal.naming with parameters of type LeaseRenewalManagerModifierConstructorDescriptionLookupNamingService(LookupDiscoveryManager discoveryManager, LeaseRenewalManager renewalManager) -
Uses of LeaseRenewalManager in com.gigaspaces.internal.utils
Methods in com.gigaspaces.internal.utils that return LeaseRenewalManagerModifier and TypeMethodDescriptionprotected LeaseRenewalManagerSharedObjects.SharedLeaseRenewalManager.createInstance()Methods in com.gigaspaces.internal.utils with parameters of type LeaseRenewalManagerModifier and TypeMethodDescriptionprotected voidSharedObjects.SharedLeaseRenewalManager.closeInstance(LeaseRenewalManager instance) -
Uses of LeaseRenewalManager in com.j_spaces.core.jini
Methods in com.j_spaces.core.jini that return LeaseRenewalManagerModifier and TypeMethodDescriptionstatic LeaseRenewalManagerSharedLeaseRenewalManager.getLeaseRenewalManager()Constructors in com.j_spaces.core.jini with parameters of type LeaseRenewalManagerModifierConstructorDescriptionBackwardsSharedServiceDiscoveryManager(SharedDiscoveryManagement.SharedDiscoEntry entry, LookupDiscoveryManager discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Deprecated.SharedServiceDiscoveryManager(SharedDiscoveryManagement.SharedDiscoEntry entry, LookupDiscoveryManager discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) -
Uses of LeaseRenewalManager in net.jini.lookup
Methods in net.jini.lookup that return LeaseRenewalManagerModifier and TypeMethodDescriptionJoinManager.getLeaseRenewalManager()Returns the instance of theLeaseRenewalManagerclass that was either passed into the constructor, or that was created as a result ofnullbeing input to that parameter.Constructors in net.jini.lookup with parameters of type LeaseRenewalManagerModifierConstructorDescriptionBackwardsServiceDiscoveryManager(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 suppliedServiceID.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 givenConfiguration, that will register the service with all discovered lookup services, using the suppliedServiceID.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 givenServiceIDListenerobject, 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 givenConfigurationobject, that will register the given service reference with all discovered lookup services and, through an event sent to the givenServiceIDListenerobject, communicate the service ID assigned by the first lookup service with which the service is registered.ServiceDiscoveryManager(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) Constructs an instance ofServiceDiscoveryManagerwhich 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 givenConfiguration, 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. -
Uses of LeaseRenewalManager in org.openspaces.core.transaction.manager
Methods in org.openspaces.core.transaction.manager that return LeaseRenewalManagerModifier and TypeMethodDescriptionJiniTransactionHolder.getLeaseRenewalManager()Returns the lease renewal manager associated with this transaction, can benull.Constructors in org.openspaces.core.transaction.manager with parameters of type LeaseRenewalManagerModifierConstructorDescriptionExisitingJiniTransactionHolder(Transaction.Created txCreated, int isolationLevel, LeaseRenewalManager leaseRenewalManager) JiniTransactionHolder(Transaction.Created txCreated, int isolationLevel, LeaseRenewalManager leaseRenewalManager) Constructs a new jini transaction holder.