com.arjuna.orbportability.orb.core
Class ORB

java.lang.Object
  extended by 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()
           
 
Method Summary
 void destroy()
           
 void init()
           
 void init(Applet a, Properties p)
           
 void init(String[] s, Properties p)
           
 boolean initialised()
           
 ORB orb()
           
 void orb(ORB o)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORB

public ORB()
Method Detail

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.