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. |
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 objectinstructions
- The instructions
ImportExportException