com.iona.corbautil
Interface ExportCorbalocServer

All Known Implementing Classes:
ExportCorbalocServerOrbacus, ExportCorbalocServerOrbix

public interface ExportCorbalocServer

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


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.
 

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.

Parameters:
orb - The orb.
obj - The object
instructions - The instructions
ImportExportException