|
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.ZServer
ZServer defines the Z3950 server for the ZGateClient.
Field Summary | |
protected String |
autho
The default autho. |
protected String |
host
Hostname for the remote server. |
protected String |
password
The default password. |
protected int |
port
Port for the remote server. |
protected String |
serverName
Name of the remote server. |
protected int |
serverTimeout
Timeout period for read response from the remote server. |
protected String |
siteSearchOpsDir
the directory name for the sitesearch operations. |
protected boolean |
supportsClose
Flag that specifies whether server supports Z3950 Close. |
protected boolean |
supportsReconnect
Flag that specifies whether the remote site supports reconnect protocol |
protected boolean |
supportsTRC
Flag that specifies whether server supports Z3950 TriggerResourceCntl. |
Constructor Summary | |
ZServer()
|
Method Summary | |
void |
setOps(Object opsClient)
Saves a reference to the server operations client object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected int port
protected String host
protected String serverName
protected int serverTimeout
protected String siteSearchOpsDir
protected String autho
protected String password
protected boolean supportsReconnect
protected boolean supportsClose
protected boolean supportsTRC
Constructor Detail |
public ZServer()
Method Detail |
public String toString()
public void setOps(Object opsClient)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |