JavaTM 2 Platform
Std. Ed. v1.3

Uses of Class
org.omg.CORBA.ORB

Packages that use ORB
javax.rmi.CORBA Contains portability APIs for RMI-IIOP. 
org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). 
org.omg.CORBA_2_3 The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java 2 Standard Edition.   These changes occurred in recent revisions to the CORBA API defined by the OMG.  The new methods were added to  interfaces derived from the corresponding interfaces in the CORBA package.  This provides backward compatibility and avoids breaking the JCK tests. 
org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. 
 

Uses of ORB in javax.rmi.CORBA
 

Methods in javax.rmi.CORBA that return ORB
 ORB Tie.orb()
          Returns the ORB for this tie.
 

Methods in javax.rmi.CORBA with parameters of type ORB
static Object[] Util.copyObjects(Object[] obj, ORB orb)
          Copies or connects an array of objects.
static Object Util.copyObject(Object obj, ORB orb)
          Copies or connects an object.
 void Stub.connect(ORB orb)
          Connects this stub to an ORB.
 void Tie.orb(ORB orb)
          Sets the ORB for this tie.
 void StubDelegate.connect(Stub self, ORB orb)
          Delegation call for Stub.connect(org.omg.CORBA.ORB).
 Object UtilDelegate.copyObject(Object obj, ORB orb)
          Delegation call for Util.copyObject(java.lang.Object, org.omg.CORBA.ORB).
 Object[] UtilDelegate.copyObjects(Object[] obj, ORB orb)
          Delegation call for Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).
 

Uses of ORB in org.omg.CORBA
 

Methods in org.omg.CORBA that return ORB
static ORB ORB.init()
          Returns the ORB singleton object.
static ORB ORB.init(String[] args, Properties props)
          Creates a new ORB instance for a standalone application.
static ORB ORB.init(Applet app, Properties props)
          Creates a new ORB instance for an applet.
 

Uses of ORB in org.omg.CORBA_2_3
 

Subclasses of ORB in org.omg.CORBA_2_3
 class ORB
          A class extending org.omg.CORBA.ORB to make the ORB portable under the OMG CORBA version 2.3 specification.
 

Uses of ORB in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return ORB
 ORB ObjectImpl._orb()
          Provides reference to the ORB associated with this object and its delegate.
 ORB OutputStream.orb()
          Returns the ORB that created this OutputStream.
 ORB InputStream.orb()
          Returns the ORB that created this InputStream.
 ORB Delegate.orb(Object obj)
          Provides a reference to the orb associated with its parameter.
 


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.