Class Fedora.Utility.IFRUtility
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Fedora.Utility.IFRUtility

Object
   |
   +----Fedora.Utility.IFRUtility

public class IFRUtility
extends Object

Constructor Index

 o Fedora.Utility.IFRUtility()

Method Index

 o convertIFRMethods(Any[])
Convert an operation list obtained from the CORBA IFR (an array of OperationDefs) to a RAP Signature (an array of MethodSignatures).
 o fixRepositoryId(String)
 o getMethodsFromIFR(Object)
Given a CORBA object, obtain the corresponding IFR object that is "contained" in the Interface Repository.
 o getMethodsFromIFR(String)
Given the Interface RepositoryID of an object, obtain the corresponding IFR object that is "contained" in the Interface Repository.

Constructors

 o IFRUtility
public IFRUtility()

Methods

 o convertIFRMethods
public static RAP.MethodSignature[] convertIFRMethods(Any[] IFRoperationList)
Convert an operation list obtained from the CORBA IFR (an array of OperationDefs) to a RAP Signature (an array of MethodSignatures).

 o fixRepositoryId
public static java.lang.String fixRepositoryId(String IFRid)
 o getMethodsFromIFR
public static org.omg.CORBA.Any[] getMethodsFromIFR(Object CORBAobject)
Given a CORBA object, obtain the corresponding IFR object that is "contained" in the Interface Repository. Then, get the list of operations for the IFR object.

 o getMethodsFromIFR
public static org.omg.CORBA.Any[] getMethodsFromIFR(String IFRid)
Given the Interface RepositoryID of an object, obtain the corresponding IFR object that is "contained" in the Interface Repository. Then, get the list of operations for the IFR object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index