Open SiteSearch 4.1.1
Final

ORG.oclc.tools
Class IniServer

java.lang.Object
  |
  +--ORG.oclc.webz.ZServer
        |
        +--ORG.oclc.tools.IniServer

public class IniServer
extends ZServer

The IniServer class maintains configuration for a Z39.50 Server input from an inifile. This information is used to customize Z39.50 access to the server.

See Also:
IniDb, ZServer, Log

Field Summary
protected  boolean fComponentPostings
          Component Postings flag.
protected  String groupId
          The Z3950 groupid.
protected  boolean webzInitted
          Indication that the server has been initialized in webz.
protected  boolean zInitted
          Indication that the server has been initialized in irpserv.
 
Fields inherited from class ORG.oclc.webz.ZServer
authoRequired, dbList, fCanDoDedup, fCanDoMultiDbSearch, fCanDoReconnect, fCanDoScan, fCanDoSort, fMustDeleteFirst, fNoPiggybackedPresents, fSummaryDbResults, fTriggerResourceControl, fUseDefaultResultSetName, fUseElementSetNames, fUseRefId, fUseSortAttributes, hostName, id, initOptions, largeSetLowerBound, maximumMsgSize, passWord, preferredMsgSize, queryType, replaceIndicator, serverName, serverPort, serverType, smallSetUpperBound, timeoutPeriod, widgets2Infix, widgets2InfixClass
 
Constructor Summary
IniServer(String serverName)
           
 
Method Summary
 void addDb(String name, Object Inidb)
           
 void loadIrpservIni(IniFile ini, String section)
           
 void loadWebZIni(IniFile ini, String section)
           
 String toIniString()
          Generates an IniFile type String representation of the object.
 String toString()
          Generates the String representation of the object
 
Methods inherited from class ORG.oclc.webz.ZServer
authoRequired, dbList, fCanDoDedup, fCanDoMultiDbSearch, fCanDoRanked, fCanDoReconnect, fCanDoScan, fCanDoSort, fMustDeleteFirst, fNoPiggybackedPresents, fSummaryDbResults, fTriggerResourceControl, fUseDefaultResultSetName, fUseElementSetNames, fUseRefId, fUseSortAttributes, getServerLocation, hostName, id, init, initOptions, largeSetLowerBound, maximumMsgSize, passWord, preferredMsgSize, queryType, replaceIndicator, scanStepSize, serverName, serverPort, serverType, setId, setPassword, smallSetUpperBound, timeoutPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

groupId

protected String groupId
The Z3950 groupid.

fComponentPostings

protected boolean fComponentPostings
Component Postings flag.

zInitted

protected boolean zInitted
Indication that the server has been initialized in irpserv.

webzInitted

protected boolean webzInitted
Indication that the server has been initialized in webz.
Constructor Detail

IniServer

public IniServer(String serverName)
Method Detail

addDb

public void addDb(String name,
                  Object Inidb)

loadIrpservIni

public void loadIrpservIni(IniFile ini,
                           String section)

loadWebZIni

public void loadWebZIni(IniFile ini,
                        String section)

toIniString

public String toIniString()
Generates an IniFile type String representation of the object.
Returns:
String

toString

public String toString()
Generates the String representation of the object
Returns:
String
Overrides:
toString in class ZServer

Open SiteSearch 4.1.1
Final