Uses of Class
org.psepr.jClient.PsEPREvent

Uses of PsEPREvent in org.psepr.jClient
 

Methods in org.psepr.jClient that return PsEPREvent
 PsEPREvent EventExtension.getEvent()
           
 PsEPREvent EventQueue.nextEvent()
          Returns the next available packet.
 PsEPREvent EventQueue.nextEvent(long timeout)
          Returns the next available event.
 PsEPREvent EventQueue.pollEvent()
          Polls to see if a event is currently available and returns it, or immediately returns null if no packets are currently in the result queue.
 

Methods in org.psepr.jClient with parameters of type PsEPREvent
 void PsEPRConnection.insertEvent(PsEPREvent ev)
          Insert and event into the receiption stream.
 boolean EventQueue.receiveEvent(PsEPREvent pEvent)
           
 void LeaseCollection.receiveEvent(PsEPREvent ev)
          Called when every event is received.
 boolean ConnectionHandler.receiveEvent(PsEPREvent pEvent)
          class for events on the monitoring channel.
 boolean EventReceiver.receiveEvent(PsEPREvent pEvent)
          Handle the received event.
 boolean LeaseManager.receiveEvent(PsEPREvent pE)
          Called to see if I want to process this event.
 boolean PsEPRLease.receiveEvent(PsEPREvent ev)
           
 boolean SimpleLeaseManager.receiveEvent(PsEPREvent pE)
          Called to see if I want to process this event.
 void PsEPRConnection.sendEvent(PsEPREvent ev)
          Send a constructed PsEPREvent to the network.
 boolean SendOneEvent.sendOneEvent(PsEPRServiceIdentity ident, PsEPREvent pe)
          Send the passed event using the simple password authentication.
 boolean SendOneEvent.sendOneEvent(java.lang.String service, java.lang.String password, PsEPREvent pe)
          Deprecated.  
 void EventExtension.setEvent(PsEPREvent ev)
           
 

Constructors in org.psepr.jClient with parameters of type PsEPREvent
EventExtension(PsEPREvent ev)
           
PsEPREvent(PsEPREvent ev)
          Copy constructor.