Uses of Class
org.psepr.jClient.LeaseManager

Uses of LeaseManager in org.psepr.jClient
 

Subclasses of LeaseManager in org.psepr.jClient
 class SimpleLeaseManager
           The simple lease manager tries to manage a lease of a fixed duration and, when the end of the lease nears, to request a new lease of that duration again.
 

Methods in org.psepr.jClient that return LeaseManager
 LeaseManager PsEPRLease.getLeaseManager()
           
 

Methods in org.psepr.jClient with parameters of type LeaseManager
 PsEPRLease PsEPRConnection.getLease(java.lang.String chan, PayloadParser xpp, EventReceiver xpr, LeaseManager lm)
          Get a lease on a channel for a certain payload type.
 void PsEPRLease.setLeaseManager(LeaseManager xlm)
           
 

Constructors in org.psepr.jClient with parameters of type LeaseManager
PsEPRLease(java.lang.String chan, PayloadParser xpp, EventReceiver xpr, LeaseManager lm)
          Create a new lease.