| com.rift.coad.lib.naming.OrbManager
All known Subclasses: com.rift.coad.lib.naming.jacorb.JacORBManager,
OrbManager | public interface OrbManager (Code) | | An interface responsible for supplying the basic methods to manage an orb
reference.
author: Brett Chaldecott |
Method Summary | |
public ORB | getORB() This method returns a reference to the orb. | public POA | getPOA() The reference to the poa. | public void | terminate() This method is called to terminate the orb. |
getORB | public ORB getORB()(Code) | | This method returns a reference to the orb.
The reference to the orb. |
getPOA | public POA getPOA()(Code) | | The reference to the poa.
|
terminate | public void terminate()(Code) | | This method is called to terminate the orb.
|
|
|