|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.iiop.CorbaORB
Singleton class to ensure that all code running in the JBoss VM uses the same ORB instance. The CorbaORBService MBean calls CorbaORB.setInstance() at service creation time, after it creates an ORB instance. Code that runs both in the server VM and in client VM calls CorbaORB.getInstance() to get an ORB.
Method Summary | |
static org.omg.CORBA.ORB |
getInstance()
This method is called by classes that are used both at the server and at the client side: the handle impl (org.jboss.proxy.ejb.HandleImplIIOP), the home handle impl (org.jboss.proxy.ejb.HomeHandleImplIIOP), and the home factory (org.jboss.proxy.ejb.IIOPHomeFactory). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.omg.CORBA.ORB getInstance()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |