Uses of Class
org.psepr.jClient.PsEPRLease

Uses of PsEPRLease in org.psepr.jClient
 

Methods in org.psepr.jClient that return PsEPRLease
 PsEPRLease LeaseHandler.getLease()
           
 PsEPRLease PsEPRConnection.getLease(java.lang.String chan, PayloadParser xpp, EventReceiver xpr)
          Get a lease on a channel for a certain payload type.
 PsEPRLease PsEPRConnection.getLease(java.lang.String chan, PayloadParser xpp, EventReceiver xpr, LeaseManager lm)
          Get a lease on a channel for a certain payload type.
 PsEPRLease PsEPRConnection.getLease(java.lang.String chan, PayloadParser xpp, EventReceiver xpr, long xdur)
          Get a lease on a channel for a certain payload type.
 

Methods in org.psepr.jClient with parameters of type PsEPRLease
 void LeaseCollection.addLease(PsEPRLease ls)
           
 void LeaseWatcher.LeaseStateChange(PsEPRLease theLease, java.lang.String reason)
           
 void LeaseCollection.releaseLease(PsEPRLease ls)
           
 void PsEPRConnection.releaseLease(PsEPRLease ls)
          Release the specified lease.