com.arjuna.orbportability.orb.core
Interface ORBImple


public interface ORBImple

The Object Request Broker interface.

Since:
JTS 2.1.
Version:
$Id: ORBImple.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Method Summary
 void destroy()
          Destroy the ORB.
 void init()
          Initialise the ORB.
 void init(Applet a, Properties p)
           
 void init(String[] s, Properties p)
           
 boolean initialised()
          Is the ORB initialised?
 ORB orb()
          Return a reference to the ORB.
 void orb(ORB o)
          Provide a reference to the ORB.
 void shutdown()
          Shutdown the ORB.
 

Method Detail

initialised

boolean initialised()
Is the ORB initialised?


init

void init()
          throws SystemException
Initialise the ORB.

Throws:
SystemException

init

void init(Applet a,
          Properties p)
          throws SystemException
Throws:
SystemException

init

void init(String[] s,
          Properties p)
          throws SystemException
Throws:
SystemException

shutdown

void shutdown()
              throws SystemException
Shutdown the ORB.

Throws:
SystemException

destroy

void destroy()
             throws SystemException
Destroy the ORB.

Throws:
SystemException

orb

ORB orb()
        throws SystemException
Return a reference to the ORB.

Throws:
SystemException

orb

void orb(ORB o)
         throws SystemException
Provide a reference to the ORB. Used if the application must initialise the ORB separately.

Throws:
SystemException


Copyright © 2012. All Rights Reserved.