Open SiteSearch 4.1.1
Final

ORG.oclc.zbroker
Class ZServer

java.lang.Object
  |
  +--ORG.oclc.zbroker.ZServer

public class ZServer
extends Object

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

port

protected int port
Port for the remote server.

host

protected String host
Hostname for the remote server.

serverName

protected String serverName
Name of the remote server.

serverTimeout

protected int serverTimeout
Timeout period for read response from the remote server.

siteSearchOpsDir

protected String siteSearchOpsDir
the directory name for the sitesearch operations.

autho

protected String autho
The default autho.

password

protected String password
The default password.

supportsReconnect

protected boolean supportsReconnect
Flag that specifies whether the remote site supports reconnect protocol

supportsClose

protected boolean supportsClose
Flag that specifies whether server supports Z3950 Close.

supportsTRC

protected boolean supportsTRC
Flag that specifies whether server supports Z3950 TriggerResourceCntl.
Constructor Detail

ZServer

public ZServer()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

setOps

public void setOps(Object opsClient)
Saves a reference to the server operations client object.

Open SiteSearch 4.1.1
Final