|
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.ProcessingInfo
ProcessingInfo is an Explain record.
Field Summary | |
int |
context
The context for which this processing information is pertinent |
String |
databaseName
Full name of the database for which this processing information pertains |
String |
description
A description of the instructions, in human readable form |
String |
instructions
The machine processable instructions |
String |
name
A name for this processing information |
String |
oid
An object identifier, for the abstract syntax of the externally defined instructions |
Constructor Summary | |
ProcessingInfo()
|
|
ProcessingInfo(DataDir t)
Decodes the DataDir representation of a ProcessingInfo Explain record into a ProcessingInfo object. |
Method Summary | |
BerString |
toBerString()
Builds a BerString from this ProcessingInfo object. |
DataDir |
toDataDir()
Builds a DataDir from this ProcessingInfo 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 String databaseName
public int context
public String name
public String oid
public String description
public String instructions
Constructor Detail |
public ProcessingInfo()
public ProcessingInfo(DataDir t) throws InstantiationException
t
- a ProcessingInfo Explain recordMethod Detail |
public DataDir toDataDir()
public BerString toBerString()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |