Uses of Interface
net.jini.lease.LeaseListener

Packages that use LeaseListener
net.jini.lease Standard service and utility classes for managing leases. 
 

Uses of LeaseListener in net.jini.lease
 

Subinterfaces of LeaseListener in net.jini.lease
 interface DesiredExpirationListener
          Subinterface of LeaseListener that clients must implement if they want to receive desired expiration reached events in addition to renewal failure events.
 

Methods in net.jini.lease with parameters of type LeaseListener
 void LeaseRenewalManager.renewFor(Lease lease, long desiredDuration, LeaseListener listener)
          Include a lease in the managed set for a specified duration.
 void LeaseRenewalManager.renewFor(Lease lease, long desiredDuration, long renewDuration, LeaseListener listener)
          Include a lease in the managed set for a specified duration and with specified renewal duration.
 void LeaseRenewalManager.renewUntil(Lease lease, long desiredExpiration, LeaseListener listener)
          Include a lease in the managed set until a specified time.
 void LeaseRenewalManager.renewUntil(Lease lease, long desiredExpiration, long renewDuration, LeaseListener listener)
          Include a lease in the managed set until a specified time and with a specified renewal duration.
 

Constructors in net.jini.lease with parameters of type LeaseListener
LeaseRenewalManager(Lease lease, long desiredExpiration, LeaseListener listener)
          Constructs an instance of this class that will initially manage a single lease.
 



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