Uses of Class
org.psepr.jClient.PsEPRServiceIdentity

Uses of PsEPRServiceIdentity in org.psepr.jClient
 

Methods in org.psepr.jClient that return PsEPRServiceIdentity
 PsEPRServiceIdentity ConnectionHandler.getIdentity()
           
 PsEPRServiceIdentity PsEPRConnection.getServiceIdentity()
           
 

Methods in org.psepr.jClient with parameters of type PsEPRServiceIdentity
 boolean SendOneEvent.sendOneEvent(PsEPRServiceIdentity ident, PsEPREvent pe)
          Send the passed event using the simple password authentication.
 void ConnectionHandler.setIdentity(PsEPRServiceIdentity identity)
           
 void PsEPRConnection.setServiceIdentity(PsEPRServiceIdentity si)
           
 

Constructors in org.psepr.jClient with parameters of type PsEPRServiceIdentity
ConnectionHandler(PsEPRServiceIdentity id)
           
PsEPRConnection(PsEPRServiceIdentity servID)
          Create a connection by creating a random instance string.
PsEPRConnection(PsEPRServiceIdentity servID, java.lang.String instanceName)
          Create a connection with the basic parameters.