|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tango.orb.ORBManager
public final class ORBManager
Initialize, shutdown the ORB
Field Summary | |
---|---|
static java.lang.String |
NODB_POA
POA for no db device |
static java.lang.String |
OAI_ADDR
A jacorb system property for IP address on multi-homed host |
static java.lang.String |
SERVER_IMPL_NAME
impl name for nodb device |
Method Summary | |
---|---|
static org.omg.CORBA.Any |
createAny()
Create an Any |
static org.omg.CORBA.ORB |
getOrb()
Get the ORB |
static org.omg.PortableServer.POA |
getPoa()
Get the POA |
static void |
init(boolean useDb,
java.lang.String adminDeviceName)
Initialise the ORB |
static void |
shutdown()
Shutdown the ORB |
static void |
startDetached()
Start the ORB. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NODB_POA
public static final java.lang.String SERVER_IMPL_NAME
public static final java.lang.String OAI_ADDR
Method Detail |
---|
public static void init(boolean useDb, java.lang.String adminDeviceName) throws fr.esrf.Tango.DevFailed
useDb
- is using tango dbadminDeviceName
- admin device name
fr.esrf.Tango.DevFailed
public static org.omg.CORBA.Any createAny() throws fr.esrf.Tango.DevFailed
Any
fr.esrf.Tango.DevFailed
public static void startDetached()
public static org.omg.CORBA.ORB getOrb() throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailed
public static org.omg.PortableServer.POA getPoa() throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailed
public static void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |