All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.userInformationField
java.lang.Object
|
+----ORG.oclc.z39.userInformationField
- public class userInformationField
- extends Object
userInformationField is used in the Init transaction.
- Version:
- %W% %G%
-
userInformationField()
-
-
addOIDandData(DataDir, String, DataDir)
- Add the object identifier and information structure to the parent directory
-
getData(DataDir, String)
- Look in userInformationField for the information indentified by the
specified OID
userInformationField
public userInformationField()
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
All Packages Class Hierarchy This Package Previous Next Index