com.arjuna.orbportability.orb.core
Class ORB
java.lang.Object
com.arjuna.orbportability.orb.core.ORB
public class ORB
- extends Object
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 Summary |
ORB()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORB
public ORB()
initialised
public boolean initialised()
init
public void init()
throws SystemException
- Throws:
SystemException
init
public void init(Applet a,
Properties p)
throws SystemException
- Throws:
SystemException
init
public void init(String[] s,
Properties p)
throws SystemException
- Throws:
SystemException
shutdown
public void shutdown()
throws SystemException
- Throws:
SystemException
destroy
public void destroy()
throws SystemException
- Throws:
SystemException
orb
public ORB orb()
throws SystemException
- Throws:
SystemException
orb
public void orb(ORB o)
throws SystemException
- Throws:
SystemException
Copyright © 2011. All Rights Reserved.