|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.Z39session
Field Summary | |
Z39accessControl |
accessControl
A Z39accessControl access control object that can be re-used. |
String |
autho
Authorization to use for this session |
Z39close |
close
A Z39close object that can be re-used. |
Object |
connection
Connection object; this is a place for the client to remember things about this session |
Z39dedup |
dedup
A Z39dedup access control object that can be re-used. |
Z39delete |
delete
A Z39delete object that can be re-used. |
Z39extsvc |
extsvc
A Z39extsvc object that can be re-used. |
boolean |
fInitDone
?? |
String |
host
Host of the server that this session connects to |
Z39init |
init
A Z39init object that can be re-used. |
Z39logging |
logger
The Z39 logging object. |
String |
newPassword
New password for changing the password |
String |
password
Password to use for this session |
int |
port
Port of the server that this session connects to |
Z39present |
present
A Z39present object that can be re-used. |
int |
readTimeout
ReadTimeout period on the server in milliseconds. |
boolean |
reconnect
Flag indicating whether the remote server support reconnect. |
int |
refId
Reference id assigned by client |
Z39response |
response
A Z39response object that can be re-used. |
Vector |
ResultSetNames
Names of results sets for each search done by this session |
Z39scan |
scan
A Z39scan object that can be re-used. |
Z39search |
search
A Z39search object that can be re-used. |
String |
sessionId
SessionId assigned by server |
Z39sort |
sort
A Z39sort object that can be re-used. |
Z39trc |
trc
A Z39trigger resource control object that can be re-used. |
DataDir |
userInfo
Additional userInformation for the z3950 server init. |
Constructor Summary | |
Z39session()
|
Method Summary | |
void |
closeConnection()
Close the Z39 connection to the server |
void |
initClient()
|
void |
initClient(String hostName,
int portNum)
Set the hostname and port. |
void |
initClient(String hostName,
int portNum,
int readTimeout)
Set the hostname and port and readTimeout. |
boolean |
isConnected()
|
void |
reset()
|
void |
setLog(OutputStream logfile)
|
void |
setUserInfo(DataDir info)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public Vector ResultSetNames
public String sessionId
public int refId
public String host
public int port
public int readTimeout
public Object connection
public String autho
public String password
public String newPassword
public DataDir userInfo
public boolean reconnect
public boolean fInitDone
public Z39response response
public Z39init init
public Z39search search
public Z39scan scan
public Z39present present
public Z39delete delete
public Z39close close
public Z39sort sort
public Z39trc trc
public Z39extsvc extsvc
public Z39accessControl accessControl
public Z39dedup dedup
public Z39logging logger
Constructor Detail |
public Z39session()
Method Detail |
public void setLog(OutputStream logfile)
public void initClient(String hostName, int portNum)
public void initClient(String hostName, int portNum, int readTimeout)
public void initClient()
public boolean isConnected()
public void setUserInfo(DataDir info)
public void reset()
public void closeConnection()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |