Uses of Interface
org.psepr.jClient.EventReceiver

Uses of EventReceiver in org.psepr.jClient
 

Classes in org.psepr.jClient that implement EventReceiver
 class ConnectionHandler
           This class makes a connection to the PsEPR system.
 class EventQueue
           
 class LeaseManager
           The template for a lease manager.
 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 EventReceiver
 EventReceiver LeaseHandler.getEventReceiver()
           
 EventReceiver PsEPRLease.getEventReceiver()
           
 

Methods in org.psepr.jClient with parameters of type EventReceiver
 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.
 void LeaseHandler.setEventReceiver(EventReceiver xx)
           
 void PsEPRLease.setEventReceiver(EventReceiver xpp)
           
 

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