All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.oclcUserInformation3

java.lang.Object
   |
   +----ORG.oclc.z39.oclcUserInformation3

public class oclcUserInformation3
extends Object
oclcUserInformation3 is used in Search requests. The client requests the information by sending in an oclcUserInformation3 field. The server responds by returning a filled in oclcUserInformation3 field. The field describes the postings per database and summary information about the restrictor words represented in the result set.

Version:
@(#)oclcUserInformation3.java 1.1 07/09/97

Variable Index

 o dbResults
 o OID
Object identifier for this field

Constructor Index

 o oclcUserInformation3(DataDir)

Method Index

 o buildDir(DbResults[])

Variables

 o OID
 public static final String OID
Object identifier for this field

 o dbResults
 public DbResults dbResults[]

Constructors

 o oclcUserInformation3
 public oclcUserInformation3(DataDir userInformationField)

Methods

 o buildDir
 public static DataDir buildDir(DbResults dbResults[])
Returns:
DataDir for an oclcUserInformation3

All Packages  Class Hierarchy  This Package  Previous  Next  Index