Class ORB
java.lang.Object
com.arjuna.orbportability.orb.core.ORB
An instance of this class provides access to the ORB specific
ORB implementation object.
- Since:
- JTS 2.1.
- Version:
- $Id: ORB.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
Constructor Details
-
ORB
public ORB()
-
-
Method Details
-
initialised
public boolean initialised() -
init
public void init() throws org.omg.CORBA.SystemException- Throws:
org.omg.CORBA.SystemException
-
init
- Throws:
org.omg.CORBA.SystemException
-
init
- Throws:
org.omg.CORBA.SystemException
-
shutdown
public void shutdown(boolean waitForCompletion) throws org.omg.CORBA.SystemException - Throws:
org.omg.CORBA.SystemException
-
shutdown
public void shutdown() throws org.omg.CORBA.SystemException- Throws:
org.omg.CORBA.SystemException
-
destroy
public void destroy() throws org.omg.CORBA.SystemException- Throws:
org.omg.CORBA.SystemException
-
orb
public org.omg.CORBA.ORB orb() throws org.omg.CORBA.SystemException- Throws:
org.omg.CORBA.SystemException
-
orb
public void orb(org.omg.CORBA.ORB o) throws org.omg.CORBA.SystemException - Throws:
org.omg.CORBA.SystemException
-