com.bankframe.ei.channel.corba
Class IORUtil
java.lang.Object
com.bankframe.ei.channel.corba.IORUtil
- public class IORUtil
- extends java.lang.Object
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 |
instance
public static final IORUtil instance
IORUtil
public IORUtil()
- Constructor for IORUtil.
importRef
public org.omg.CORBA.Object importRef(java.lang.String file,
org.omg.CORBA.ORB orb)
throws ProcessingErrorException
- Throws:
ProcessingErrorException
importRef
public org.omg.CORBA.Object importRef(java.io.File file,
org.omg.CORBA.ORB orb)
throws ProcessingErrorException
- Throws:
ProcessingErrorException
exportRef
public void exportRef(java.lang.String file,
org.omg.CORBA.ORB orb,
org.omg.CORBA.Object object)
throws ProcessingErrorException
- Throws:
ProcessingErrorException
exportRef
public void exportRef(java.io.File file,
org.omg.CORBA.ORB orb,
org.omg.CORBA.Object object)
throws ProcessingErrorException
- Throws:
ProcessingErrorException
Copyright © 2005, 2007, Oracle. All rights reserved.