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

Variable Index

 o context
The context for which this processing information is pertinent
 o databaseName
Full name of the database for which this processing information pertains
 o description
A description of the instructions, in human readable form
 o instructions
The machine processable instructions
 o name
A name for this processing information
 o oid
An object identifier, for the abstract syntax of the externally defined instructions

Constructor Index

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

Method Index

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

Variables

 o databaseName
 public String databaseName
Full name of the database for which this processing information pertains

 o context
 public int context
The context for which this processing information is pertinent

 o name
 public String name
A name for this processing information

 o oid
 public String oid
An object identifier, for the abstract syntax of the externally defined instructions

 o description
 public String description
A description of the instructions, in human readable form

 o instructions
 public String instructions
The machine processable instructions

Constructors

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

Methods

 o toDataDir
 public DataDir toDataDir()
Builds a DataDir from this ProcessingInfo object.

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

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index