com.iona.corbautil
Class ExportCorbalocServerOrbix

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

public class ExportCorbalocServerOrbix
extends java.lang.Object
implements ExportCorbalocServer

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


Constructor Summary
ExportCorbalocServerOrbix()
           
 
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

ExportCorbalocServerOrbix

public ExportCorbalocServerOrbix()
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