public interface CorbaOrbManager
Modifier and Type | Method and Description |
---|---|
org.omg.CORBA.ORB |
getOrb()
Returns the ORB instance
|
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
|
void initialiseOrb(java.util.Properties orbProp) throws java.lang.Exception
orbProp
- ORB initialisation propertiesjava.lang.Exception
void shutdownOrb()
boolean isOrbIntialised()
org.omg.CORBA.ORB getOrb()