public class TMF814CorbaOrbManager extends java.lang.Object implements CorbaOrbManager
| Constructor and Description |
|---|
TMF814CorbaOrbManager()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.ORB |
getOrb()
Returns the ORB instance
|
org.omg.PortableServer.POA |
getRootPoa(java.lang.String strName)
Returns the Root POA reference
|
void |
initialiseOrb(java.util.Properties orbProp)
Initialises the ORB instance
|
boolean |
isOrbIntialised()
Reports if the managed ORB instance is already initialised or not
|
void |
shutdownOrb()
Shutdowns the ORB instance
|
public void initialiseOrb(java.util.Properties orbProp)
throws CorbaCollectorException
CorbaOrbManagerinitialiseOrb in interface CorbaOrbManagerorbProp - ORB initialisation propertiesCorbaCollectorExceptionpublic void shutdownOrb()
CorbaOrbManagershutdownOrb in interface CorbaOrbManagerpublic boolean isOrbIntialised()
CorbaOrbManagerisOrbIntialised in interface CorbaOrbManagerpublic org.omg.PortableServer.POA getRootPoa(java.lang.String strName)
throws CorbaCollectorException
strName - Name of the Root POA referenceCorbaCollectorExceptionpublic org.omg.CORBA.ORB getOrb()
CorbaOrbManagergetOrb in interface CorbaOrbManager