Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class userInformationField

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

public class userInformationField
extends Object

userInformationField is used in the Init transaction.


Constructor Summary
userInformationField()
           
 
Method Summary
static DataDir addOIDandData(DataDir parent, String OID, DataDir data)
          Add the object identifier and information structure to the parent directory
static DataDir getData(DataDir userInformation, String OID)
          Look in userInformationField for the information indentified by the specified OID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

userInformationField

public userInformationField()
Method Detail

getData

public static DataDir getData(DataDir userInformation,
                              String OID)
Look in userInformationField for the information indentified by the specified OID
Parameters:
userInformationField - userInformationField of a Z39 init transaction
OID - object identifier defining the information
Returns:
DataDir of the information

addOIDandData

public static DataDir addOIDandData(DataDir parent,
                                    String OID,
                                    DataDir data)
Add the object identifier and information structure to the parent directory
Parameters:
parent - parent directory
OID - object identifier for the information
data - the information
Returns:
the parent

Open SiteSearch 4.1.1
Final