Uses of Class
net.jini.lease.LeaseRenewalManager

Packages that use LeaseRenewalManager
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.norm.lookup   
net.jini.lease Standard service and utility classes for managing leases. 
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of LeaseRenewalManager in com.sun.jini.example.browser
 

Fields in com.sun.jini.example.browser declared as LeaseRenewalManager
(package private)  LeaseRenewalManager Browser.leaseMgr
           
 

Uses of LeaseRenewalManager in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as LeaseRenewalManager
private  LeaseRenewalManager NormServerBaseImpl.lrm
          Lease renewal manager that actually renews the leases
 

Uses of LeaseRenewalManager in com.sun.jini.norm.lookup
 

Fields in com.sun.jini.norm.lookup declared as LeaseRenewalManager
private  LeaseRenewalManager JoinState.lrm
          Lease renewal manager (if any) that the client wants our JoinManager to use.
 

Constructors in com.sun.jini.norm.lookup with parameters of type LeaseRenewalManager
JoinState(Object service, LeaseRenewalManager lrm, Configuration config, Entry[] serviceAttributes, ProxyPreparer recoveredLookupLocatorPreparer, ServiceID serviceID)
          Simple constructor.
 

Uses of LeaseRenewalManager in net.jini.lease
 

Constructors in net.jini.lease with parameters of type LeaseRenewalManager
LeaseRenewalEvent(LeaseRenewalManager source, Lease lease, long expiration, Throwable ex)
          Constructs an instance of this class with the specified state.
 

Uses of LeaseRenewalManager in net.jini.lookup
 

Fields in net.jini.lookup declared as LeaseRenewalManager
private  LeaseRenewalManager ServiceDiscoveryManager.leaseRenewalMgr
           
private  LeaseRenewalManager JoinManager.leaseRenewalMgr
          Contains the lease renewal manager that renews all of the leases this join manager's service holds with each lookup service with which it has been registered.
 

Methods in net.jini.lookup that return LeaseRenewalManager
 LeaseRenewalManager ServiceDiscoveryManager.getLeaseRenewalManager()
          The getLeaseRenewalManager method will return an instance of the LeaseRenewalManager class.
 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.
 

Methods in net.jini.lookup with parameters of type LeaseRenewalManager
private  void JoinManager.createJoinManager(ServiceID serviceID, Object serviceProxy, Entry[] attrSets, ServiceIDListener callback, LeaseRenewalManager leaseMgr, Configuration config)
          Convenience method invoked by the constructors of this class that uses the given Configuration to initialize the current instance of this utility, and initiates all join processing for the given parameters.
private  void ServiceDiscoveryManager.init(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config)
           
 

Constructors in net.jini.lookup with parameters of type LeaseRenewalManager
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.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.