com.bankframe.ei.channel.corba
Class IORUtil

java.lang.Object
  extended by com.bankframe.ei.channel.corba.IORUtil

public class IORUtil
extends Object


Field Summary
static IORUtil instance
           
 
Constructor Summary
IORUtil()
          Constructor for IORUtil.
 
Method Summary
 void exportRef(File file, ORB orb, Object object)
           
 void exportRef(String file, ORB orb, Object object)
           
 Object importRef(File file, ORB orb)
           
 Object importRef(String file, 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 Object importRef(String file,
                        ORB orb)
                 throws ProcessingErrorException
Throws:
ProcessingErrorException

importRef

public Object importRef(File file,
                        ORB orb)
                 throws ProcessingErrorException
Throws:
ProcessingErrorException

exportRef

public void exportRef(String file,
                      ORB orb,
                      Object object)
               throws ProcessingErrorException
Throws:
ProcessingErrorException

exportRef

public void exportRef(File file,
                      ORB orb,
                      Object object)
               throws ProcessingErrorException
Throws:
ProcessingErrorException


Copyright © 2005, 2007, Oracle. All rights reserved.