All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.TargetInfo
java.lang.Object
|
+----ORG.oclc.z39.Explain
|
+----ORG.oclc.z39.TargetInfo
- public class TargetInfo
- extends Explain
TargetInfo is an Explain record.
- Version:
- @(#)TargetInfo.java 1.1 07/09/97
-
contact
- Contact information for the organization supporting this target
-
dbCombinations
- A list of supported database combinations
-
description
- A description of the target, in human readable text
-
hostAddress
- Internet address
-
hours
- Hours of operation
-
icon
- An icon used to represent this target (in machine presentable form)
-
languages
- Languages supported for the message strings
-
maxResultSets
- The maximum number of concurrent result sets supported
-
maxResultSize
- The maximum size (in records) of a result set
-
maxTerms
- The maximum number of terms allowed in one search request
-
multipleDBsearch
- Whether multiple databases can be searched in one search request
-
name
- A name for the target, in human readable text
-
namedResultsSets
- Whether namaed results sets are supported
-
nicknames
- A set of nicknames or alternate names by which the target is known
-
oclc4
-
-
paymentAddr
- A payment address for the organization supporting this target
-
port
- Internet port number
-
recentNews
- Recent news of interest to people using this target, in human readable text
-
timeoutInterval
- A timeout interval after which the target will trigger an event if
no activity has occurred
-
usageRestrictions
- Restrictions pertaining to this target, in human readable text
-
welcomeMessage
- A "welcome" message from the target to be displayed by the origin
-
TargetInfo()
-
-
TargetInfo(DataDir)
- Decodes the DataDir representation of a TargetInfo Explain record
into a TargetInfo object.
-
toBerString()
- Builds a BerString from this TargetInfo object.
-
toDataDir()
- Builds a DataDir from this TargetInfo object.
-
toString()
-
oclc4
public oclcUserInformation4 oclc4
name
public String name
- A name for the target, in human readable text
recentNews
public String recentNews
- Recent news of interest to people using this target, in human readable text
icon
public byte icon[]
- An icon used to represent this target (in machine presentable form)
namedResultsSets
public boolean namedResultsSets
- Whether namaed results sets are supported
multipleDBsearch
public boolean multipleDBsearch
- Whether multiple databases can be searched in one search request
maxResultSets
public int maxResultSets
- The maximum number of concurrent result sets supported
maxResultSize
public int maxResultSize
- The maximum size (in records) of a result set
maxTerms
public int maxTerms
- The maximum number of terms allowed in one search request
timeoutInterval
public int timeoutInterval
- A timeout interval after which the target will trigger an event if
no activity has occurred
welcomeMessage
public String welcomeMessage
- A "welcome" message from the target to be displayed by the origin
contact
public ContactInfo contact
- Contact information for the organization supporting this target
description
public String description
- A description of the target, in human readable text
nicknames
public String nicknames
- A set of nicknames or alternate names by which the target is known
usageRestrictions
public String usageRestrictions
- Restrictions pertaining to this target, in human readable text
paymentAddr
public String paymentAddr
- A payment address for the organization supporting this target
hours
public String hours
- Hours of operation
dbCombinations
public String dbCombinations[][]
- A list of supported database combinations
hostAddress
public String hostAddress
- Internet address
port
public int port
- Internet port number
languages
public String languages[]
- Languages supported for the message strings
TargetInfo
public TargetInfo()
TargetInfo
public TargetInfo(DataDir t) throws InstantiationException
- Decodes the DataDir representation of a TargetInfo Explain record
into a TargetInfo object.
- Parameters:
- t - a TargetInfo Explain record
- Throws: InstantiationException
- when the DataDir is not constructed as
expected
toString
public String toString()
- Overrides:
- toString in class Object
toDataDir
public DataDir toDataDir()
- Builds a DataDir from this TargetInfo object.
toBerString
public BerString toBerString()
- Builds a BerString from this TargetInfo object.
All Packages Class Hierarchy This Package Previous Next Index