|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.parlay.util.corba.ORBHandler
public class ORBHandler
This class handles ORB initialisation and shutdown. Accessor methods are provided for the ORB resources.
| Method Summary | |
|---|---|
static ORBHandler |
getInstance()
|
boolean |
getIsServerReady()
Find out whether this thread is ready for use |
org.omg.CORBA.ORB |
getOrb()
Gets the GlobalOrb attribute. |
java.util.Properties |
getOrbProperties()
|
org.omg.PortableServer.POA |
getRootPOA()
Returns the Root POA |
void |
init()
|
void |
run()
Code to execute when thread is started. |
void |
setOrbProperties(java.util.Properties orbProperties)
|
void |
shutdown()
Shutdown the ORB |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ORBHandler getInstance()
throws java.io.IOException
java.io.IOException
public void init()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserExceptionpublic void run()
run in interface java.lang.Runnablepublic boolean getIsServerReady()
public org.omg.CORBA.ORB getOrb()
public org.omg.PortableServer.POA getRootPOA()
public java.util.Properties getOrbProperties()
public void shutdown()
public void setOrbProperties(java.util.Properties orbProperties)
orbProperties - The orbProperties to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||