Uses of Interface
org.jafer.zclient.Session

Packages that use Session
org.jafer.zclient   
 

Uses of Session in org.jafer.zclient
 

Classes in org.jafer.zclient that implement Session
 class SRWSession
          This class represents a session that manages a connection against an srw server
 class ZSession
           Manages a zclient session and sets up connection with zserver using org.jafer.util.PDUDriver.
 

Fields in org.jafer.zclient declared as Session
private  Session AbstractClient.session
          Session session
 

Methods in org.jafer.zclient that return Session
protected  Session ZClient.createSession()
           
protected  Session SRWClient.createSession()
           
protected abstract  Session AbstractClient.createSession()
           
protected  Session AbstractClient.getSession()
           
 

Methods in org.jafer.zclient with parameters of type Session
private  void AbstractClient.setSession(Session session)