Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class ProcessingInfo

java.lang.Object
  |
  +--ORG.oclc.z39.Explain
        |
        +--ORG.oclc.z39.ProcessingInfo

public class ProcessingInfo
extends Explain

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

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
Constructor Detail

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
Method Detail

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

Open SiteSearch 4.1.1
Final