All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.ProcessingInfo
java.lang.Object
|
+----ORG.oclc.z39.Explain
|
+----ORG.oclc.z39.ProcessingInfo
- public class ProcessingInfo
- extends Explain
ProcessingInfo is an Explain record.
- Version:
- @(#)ProcessingInfo.java 1.1 07/09/97
-
context
- The context for which this processing information is pertinent
-
databaseName
- Full name of the database for which this processing information pertains
-
description
- A description of the instructions, in human readable form
-
instructions
- The machine processable instructions
-
name
- A name for this processing information
-
oid
- An object identifier, for the abstract syntax of the externally defined
instructions
-
ProcessingInfo()
-
-
ProcessingInfo(DataDir)
- Decodes the DataDir representation of a ProcessingInfo Explain record
into a ProcessingInfo object.
-
toBerString()
- Builds a BerString from this ProcessingInfo object.
-
toDataDir()
- Builds a DataDir from this ProcessingInfo object.
-
toString()
-
databaseName
public String databaseName
- Full name of the database for which this processing information pertains
context
public int context
- The context for which this processing information is pertinent
name
public String name
- A name for this processing information
oid
public String oid
- An object identifier, for the abstract syntax of the externally defined
instructions
description
public String description
- A description of the instructions, in human readable form
instructions
public String instructions
- The machine processable instructions
ProcessingInfo
public ProcessingInfo()
ProcessingInfo
public ProcessingInfo(DataDir t) throws InstantiationException
- Decodes the DataDir representation of a ProcessingInfo Explain record
into a ProcessingInfo object.
- Parameters:
- t - a ProcessingInfo Explain record
- Throws: InstantiationException
- when the DataDir is not constructed as
expected
toDataDir
public DataDir toDataDir()
- Builds a DataDir from this ProcessingInfo object.
toBerString
public BerString toBerString()
- Builds a BerString from this ProcessingInfo object.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index