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

Variable Index

 o contact
Contact information for the organization supporting this target
 o dbCombinations
A list of supported database combinations
 o description
A description of the target, in human readable text
 o hostAddress
Internet address
 o hours
Hours of operation
 o icon
An icon used to represent this target (in machine presentable form)
 o languages
Languages supported for the message strings
 o maxResultSets
The maximum number of concurrent result sets supported
 o maxResultSize
The maximum size (in records) of a result set
 o maxTerms
The maximum number of terms allowed in one search request
 o multipleDBsearch
Whether multiple databases can be searched in one search request
 o name
A name for the target, in human readable text
 o namedResultsSets
Whether namaed results sets are supported
 o nicknames
A set of nicknames or alternate names by which the target is known
 o oclc4
 o paymentAddr
A payment address for the organization supporting this target
 o port
Internet port number
 o recentNews
Recent news of interest to people using this target, in human readable text
 o timeoutInterval
A timeout interval after which the target will trigger an event if no activity has occurred
 o usageRestrictions
Restrictions pertaining to this target, in human readable text
 o welcomeMessage
A "welcome" message from the target to be displayed by the origin

Constructor Index

 o TargetInfo()
 o TargetInfo(DataDir)
Decodes the DataDir representation of a TargetInfo Explain record into a TargetInfo object.

Method Index

 o toBerString()
Builds a BerString from this TargetInfo object.
 o toDataDir()
Builds a DataDir from this TargetInfo object.
 o toString()

Variables

 o oclc4
 public oclcUserInformation4 oclc4
 o name
 public String name
A name for the target, in human readable text

 o recentNews
 public String recentNews
Recent news of interest to people using this target, in human readable text

 o icon
 public byte icon[]
An icon used to represent this target (in machine presentable form)

 o namedResultsSets
 public boolean namedResultsSets
Whether namaed results sets are supported

 o multipleDBsearch
 public boolean multipleDBsearch
Whether multiple databases can be searched in one search request

 o maxResultSets
 public int maxResultSets
The maximum number of concurrent result sets supported

 o maxResultSize
 public int maxResultSize
The maximum size (in records) of a result set

 o maxTerms
 public int maxTerms
The maximum number of terms allowed in one search request

 o timeoutInterval
 public int timeoutInterval
A timeout interval after which the target will trigger an event if no activity has occurred

 o welcomeMessage
 public String welcomeMessage
A "welcome" message from the target to be displayed by the origin

 o contact
 public ContactInfo contact
Contact information for the organization supporting this target

 o description
 public String description
A description of the target, in human readable text

 o nicknames
 public String nicknames
A set of nicknames or alternate names by which the target is known

 o usageRestrictions
 public String usageRestrictions
Restrictions pertaining to this target, in human readable text

 o paymentAddr
 public String paymentAddr
A payment address for the organization supporting this target

 o hours
 public String hours
Hours of operation

 o dbCombinations
 public String dbCombinations[][]
A list of supported database combinations

 o hostAddress
 public String hostAddress
Internet address

 o port
 public int port
Internet port number

 o languages
 public String languages[]
Languages supported for the message strings

Constructors

 o TargetInfo
 public TargetInfo()
 o 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

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o toDataDir
 public DataDir toDataDir()
Builds a DataDir from this TargetInfo object.

 o toBerString
 public BerString toBerString()
Builds a BerString from this TargetInfo object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index