com.bankframe.ei.channel.corba
Class IORUtil

java.lang.Object
  |
  +--com.bankframe.ei.channel.corba.IORUtil

public class IORUtil
extends java.lang.Object


Field Summary
static IORUtil instance
           
 
Constructor Summary
IORUtil()
          Constructor for IORUtil.
 
Method Summary
 void exportRef(java.io.File file, org.omg.CORBA.ORB orb, org.omg.CORBA.Object object)
           
 void exportRef(java.lang.String file, org.omg.CORBA.ORB orb, org.omg.CORBA.Object object)
           
 org.omg.CORBA.Object importRef(java.io.File file, org.omg.CORBA.ORB orb)
           
 org.omg.CORBA.Object importRef(java.lang.String file, org.omg.CORBA.ORB orb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final IORUtil instance
Constructor Detail

IORUtil

public IORUtil()
Constructor for IORUtil.

Method Detail

importRef

public org.omg.CORBA.Object importRef(java.lang.String file,
                                      org.omg.CORBA.ORB orb)
                               throws ProcessingErrorException
ProcessingErrorException

importRef

public org.omg.CORBA.Object importRef(java.io.File file,
                                      org.omg.CORBA.ORB orb)
                               throws ProcessingErrorException
ProcessingErrorException

exportRef

public void exportRef(java.lang.String file,
                      org.omg.CORBA.ORB orb,
                      org.omg.CORBA.Object object)
               throws ProcessingErrorException
ProcessingErrorException

exportRef

public void exportRef(java.io.File file,
                      org.omg.CORBA.ORB orb,
                      org.omg.CORBA.Object object)
               throws ProcessingErrorException
ProcessingErrorException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.