Uses of Class
org.psepr.jClient.PsEPRConnection

Uses of PsEPRConnection in org.psepr.jClient
 

Methods in org.psepr.jClient that return PsEPRConnection
 PsEPRConnection LeaseHandler.getConnection()
           
 PsEPRConnection ConnectionHandler.getConnection()
           
 PsEPRConnection LeaseManager.getConnection()
           
 

Methods in org.psepr.jClient with parameters of type PsEPRConnection
 void LeaseHandler.setConnection(PsEPRConnection xx)
           
 void ConnectionHandler.setConnection(PsEPRConnection connection)
           
 void LeaseManager.setConnection(PsEPRConnection conn)
           
 

Constructors in org.psepr.jClient with parameters of type PsEPRConnection
LeaseHandler(PsEPRConnection con, java.lang.String chan, PayloadParser pp, EventReceiver eq, LeaseWatcher lw)
           
LeaseManager(PsEPRConnection pConn, java.lang.String chan, java.lang.String type)
           
SimpleLeaseManager(PsEPRConnection pConn, java.lang.String chan, java.lang.String type)
           
SimpleLeaseManager(PsEPRConnection pConn, java.lang.String chan, java.lang.String type, long interval)