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
-
autho
- Authorization to use for this session
-
close
- A Z39close object that can be re-used
-
connection
- Connection object; this is a place for the client to remember things
about this session
-
delete
- A Z39delete object that can be re-used
-
fInitDone
- ??
-
host
- Host of the server that this session connects to
-
init
- A Z39init object that can be re-used
-
newPassword
- New password for changing the password
-
password
- Password to use for this session
-
port
- Port of the server that this session connects to
-
present
- A Z39present object that can be re-used
-
refId
- Reference id assigned by client
-
response
- A Z39response object that can be re-used
-
ResultSetNames
- Names of results sets for each search done by this session
-
scan
- A Z39scan object that can be re-used
-
search
- A Z39search object that can be re-used
-
sessionId
- SessionId assigned by server
-
sort
- A Z39sort object that can be re-used
-
userInfo
- ??
-
Z39session()
-
-
closeConnection()
- Close the Z39 connection to the server
-
initClient()
-
-
initClient(String, int)
- Set the hostname and port.
-
toString()
-
ResultSetNames
public Vector ResultSetNames
- Names of results sets for each search done by this session
sessionId
public int sessionId
- SessionId assigned by server
refId
public int refId
- Reference id assigned by client
host
public String host
- Host of the server that this session connects to
port
public int port
- Port of the server that this session connects to
connection
public Object connection
- Connection object; this is a place for the client to remember things
about this session
autho
public String autho
- Authorization to use for this session
password
public String password
- Password to use for this session
newPassword
public String newPassword
- New password for changing the password
userInfo
public DataDir userInfo
- ??
fInitDone
public boolean fInitDone
- ??
response
public Z39response response
- A Z39response object that can be re-used
init
public Z39init init
- A Z39init object that can be re-used
search
public Z39search search
- A Z39search object that can be re-used
scan
public Z39scan scan
- A Z39scan object that can be re-used
present
public Z39present present
- A Z39present object that can be re-used
delete
public Z39delete delete
- A Z39delete object that can be re-used
close
public Z39close close
- A Z39close object that can be re-used
sort
public Z39sort sort
- A Z39sort object that can be re-used
Z39session
public Z39session()
initClient
public void initClient(String hostName,
int portNum)
- Set the hostname and port. ?? why not do the rest in constructor
initClient
public void initClient()
closeConnection
public void closeConnection()
- Close the Z39 connection to the server
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index