All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.Z39session

java.lang.Object
   |
   +----ORG.oclc.z39.Z39session

public class Z39session
extends Object
Version:
@(#)Z39session.java 1.1 07/09/97

Variable Index

 o autho
Authorization to use for this session
 o close
A Z39close object that can be re-used
 o connection
Connection object; this is a place for the client to remember things about this session
 o delete
A Z39delete object that can be re-used
 o fInitDone
??
 o host
Host of the server that this session connects to
 o init
A Z39init object that can be re-used
 o newPassword
New password for changing the password
 o password
Password to use for this session
 o port
Port of the server that this session connects to
 o present
A Z39present object that can be re-used
 o refId
Reference id assigned by client
 o response
A Z39response object that can be re-used
 o ResultSetNames
Names of results sets for each search done by this session
 o scan
A Z39scan object that can be re-used
 o search
A Z39search object that can be re-used
 o sessionId
SessionId assigned by server
 o sort
A Z39sort object that can be re-used
 o userInfo
??

Constructor Index

 o Z39session()

Method Index

 o closeConnection()
Close the Z39 connection to the server
 o initClient()
 o initClient(String, int)
Set the hostname and port.
 o toString()

Variables

 o ResultSetNames
 public Vector ResultSetNames
Names of results sets for each search done by this session

 o sessionId
 public int sessionId
SessionId assigned by server

 o refId
 public int refId
Reference id assigned by client

 o host
 public String host
Host of the server that this session connects to

 o port
 public int port
Port of the server that this session connects to

 o connection
 public Object connection
Connection object; this is a place for the client to remember things about this session

 o autho
 public String autho
Authorization to use for this session

 o password
 public String password
Password to use for this session

 o newPassword
 public String newPassword
New password for changing the password

 o userInfo
 public DataDir userInfo
??

 o fInitDone
 public boolean fInitDone
??

 o response
 public Z39response response
A Z39response object that can be re-used

 o init
 public Z39init init
A Z39init object that can be re-used

 o search
 public Z39search search
A Z39search object that can be re-used

 o scan
 public Z39scan scan
A Z39scan object that can be re-used

 o present
 public Z39present present
A Z39present object that can be re-used

 o delete
 public Z39delete delete
A Z39delete object that can be re-used

 o close
 public Z39close close
A Z39close object that can be re-used

 o sort
 public Z39sort sort
A Z39sort object that can be re-used

Constructors

 o Z39session
 public Z39session()

Methods

 o initClient
 public void initClient(String hostName,
                        int portNum)
Set the hostname and port. ?? why not do the rest in constructor

 o initClient
 public void initClient()
 o closeConnection
 public void closeConnection()
Close the Z39 connection to the server

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index