|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.Explain | +--ORG.oclc.z39.TargetInfo
TargetInfo is an Explain record.
Field Summary | |
ContactInfo |
contact
Contact information for the organization supporting this target |
String[][] |
dbCombinations
A list of supported database combinations |
String |
description
A description of the target, in human readable text |
String |
hostAddress
Internet address |
String |
hours
Hours of operation |
byte[] |
icon
An icon used to represent this target (in machine presentable form) |
String[] |
languages
Languages supported for the message strings |
int |
maxResultSets
The maximum number of concurrent result sets supported |
int |
maxResultSize
The maximum size (in records) of a result set |
int |
maxTerms
The maximum number of terms allowed in one search request |
boolean |
multipleDBsearch
Whether multiple databases can be searched in one search request |
String |
name
A name for the target, in human readable text |
boolean |
namedResultsSets
Whether namaed results sets are supported |
String |
nicknames
A set of nicknames or alternate names by which the target is known |
oclcUserInformation4 |
oclc4
|
String |
paymentAddr
A payment address for the organization supporting this target |
int |
port
Internet port number |
String |
recentNews
Recent news of interest to people using this target, in human readable text |
int |
timeoutInterval
A timeout interval after which the target will trigger an event if no activity has occurred |
String |
usageRestrictions
Restrictions pertaining to this target, in human readable text |
String |
welcomeMessage
A "welcome" message from the target to be displayed by the origin |
Constructor Summary | |
TargetInfo()
|
|
TargetInfo(DataDir t)
Decodes the DataDir representation of a TargetInfo Explain record into a TargetInfo object. |
Method Summary | |
BerString |
toBerString()
Builds a BerString from this TargetInfo object. |
DataDir |
toDataDir()
Builds a DataDir from this TargetInfo object. |
String |
toString()
|
Methods inherited from class ORG.oclc.z39.Explain |
getRecord |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public oclcUserInformation4 oclc4
public String name
public String recentNews
public byte[] icon
public boolean namedResultsSets
public boolean multipleDBsearch
public int maxResultSets
public int maxResultSize
public int maxTerms
public int timeoutInterval
public String welcomeMessage
public ContactInfo contact
public String description
public String nicknames
public String usageRestrictions
public String paymentAddr
public String hours
public String[][] dbCombinations
public String hostAddress
public int port
public String[] languages
Constructor Detail |
public TargetInfo()
public TargetInfo(DataDir t) throws InstantiationException
t
- a TargetInfo Explain recordMethod Detail |
public String toString()
public DataDir toDataDir()
public BerString toBerString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |