|
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.zbroker.ZBrokerClient
ZBrokerClient sends/receives requests to a remote Z39.50 server.
Field Summary | |
Log |
log
User's Log object. |
Method Summary | |
void |
close()
Free up any resources. |
boolean |
connect()
Create a connection to this Server for the user. |
void |
disconnect()
Destroy a connection to this Server for a user. |
void |
done()
Clean up this user session. |
void |
finalize()
|
DataDir |
initRequest()
|
void |
openLog(int traceLevel)
Open the user log |
void |
openLog(String logName,
String logDir,
int logLevel)
Open the user log and save the filenames |
void |
reconnect()
|
void |
saveInit(DataDir dir)
|
boolean |
serverConnected()
|
void |
stop()
|
boolean |
supportsReconnect()
|
String |
toString()
|
int |
txnCount()
|
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public Log log
Method Detail |
public void openLog(String logName, String logDir, int logLevel)
logName
- the name of the log filelogDir
- the directory for the log filelogLevel
- the trace levelpublic void openLog(int traceLevel)
public int txnCount()
public void done()
public void stop()
public String toString()
public boolean serverConnected()
public boolean supportsReconnect()
public void saveInit(DataDir dir)
public DataDir initRequest()
public void finalize()
public void close()
public boolean connect()
public void reconnect() throws Diagnostic1
public void disconnect()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |