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 |
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 |
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.
IniServer
public IniServer(String serverName)
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