/[classpath]/classpath/org/omg/CORBA/ORB.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/ORB.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by audriusa, Fri May 27 16:20:01 2005 UTC revision 1.9 by audriusa, Sat Jun 11 20:43:38 2005 UTC
# Line 58  import java.io.IOException; Line 58  import java.io.IOException;
58  import java.util.Properties;  import java.util.Properties;
59    
60  /**  /**
61   * When creating an ORB instance is being created, the class name   * A central class in CORBA implementation, responsible for sending and
62     * handling remote invocations. ORB also works as a factory for
63     * creating instances of certain CORBA classes.
64     *
65     * Despite the core library contains the fully working CORBA implementation,
66     * it also provides a simple way to plug-in the alternative CORBA support.
67     * This is done by replacing the ORB. The alternative ORB can be specified
68     * via properties, passed to ORB.Init(...).
69     *
70     * When creating an ORB instance, the class name
71   * is searched in the following locations:   * is searched in the following locations:
72   * <p>   * <p>
73   * 1. Applet parameter or application string array, if any.<br>   * 1. Applet parameter or application string array, if any.<br>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26