com.iona.corbautil
Class ExportCorbalocServerOrbacus

java.lang.Object
  |
  +--com.iona.corbautil.ExportCorbalocServerOrbacus
All Implemented Interfaces:
ExportCorbalocServer

public class ExportCorbalocServerOrbacus
extends java.lang.Object
implements ExportCorbalocServer

An interface for exporting object references via Orbacus-proprietary corbaloc-server functionality.


Constructor Summary
ExportCorbalocServerOrbacus()
           
 
Method Summary
 void exportObjRef(org.omg.CORBA.ORB orb, org.omg.CORBA.Object obj, java.lang.String instructions)
          Exports the object reference using the specified instructions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportCorbalocServerOrbacus

public ExportCorbalocServerOrbacus()
Method Detail

exportObjRef

public void exportObjRef(org.omg.CORBA.ORB orb,
                         org.omg.CORBA.Object obj,
                         java.lang.String instructions)
                  throws ImportExportException
Exports the object reference using the specified instructions.

Specified by:
exportObjRef in interface ExportCorbalocServer
Parameters:
orb - The orb.
obj - The object
instructions - The instructions
ImportExportException