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 java.lang.RuntimeException
CorbaOrbManager
initialiseOrb
in interface CorbaOrbManager
orbProp
- ORB initialisation propertiesjava.lang.RuntimeException
public void shutdownOrb()
CorbaOrbManager
shutdownOrb
in interface CorbaOrbManager
public boolean isOrbIntialised()
CorbaOrbManager
isOrbIntialised
in interface CorbaOrbManager
public org.omg.PortableServer.POA getRootPoa(java.lang.String strName) throws org.omg.CORBA.ORBPackage.InvalidName, java.lang.RuntimeException
strName
- Name of the Root POA referenceorg.omg.CORBA.ORBPackage.InvalidName
java.lang.RuntimeException
public org.omg.CORBA.ORB getOrb()
CorbaOrbManager
getOrb
in interface CorbaOrbManager