/[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.2.2.9 by gnu_andrew, Wed Nov 2 00:44:10 2005 UTC revision 1.2.2.10 by gnu_andrew, Sun Nov 27 21:00:42 2005 UTC
# Line 49  import gnu.CORBA.typecodes.RecordTypeCod Line 49  import gnu.CORBA.typecodes.RecordTypeCod
49  import gnu.CORBA.typecodes.RecursiveTypeCode;  import gnu.CORBA.typecodes.RecursiveTypeCode;
50    
51  import org.omg.CORBA.ORBPackage.InconsistentTypeCode;  import org.omg.CORBA.ORBPackage.InconsistentTypeCode;
52    import org.omg.PortableInterceptor.ObjectReferenceTemplate;
53    
54  import java.applet.Applet;  import java.applet.Applet;
55    
# Line 97  import java.util.Properties; Line 98  import java.util.Properties;
98   * {@link #resolve_initial_references(String)}.</td>   * {@link #resolve_initial_references(String)}.</td>
99   * </tr>   * </tr>
100   * <tr>   * <tr>
101     * <td>org.omg.CORBA.ORBid</td>
102     * <td>Specifies the name (ORB Id) of this ORB. The ORB Id is later accessible
103     * by {@link ObjectReferenceTemplate#orb_id}. The default value includes the
104     * hashcode of the ORB instance that is normally different for each ORB.
105     * </td>
106     * </tr>
107     * <tr>
108     * <td>org.omg.CORBA.ServerId</td>
109     * <td>Specifies the name (Server Id) of this server. This property assigns
110     * value to the <i>static</i> field, ensuring that all ORB's on the same jre
111     * have the same Server Id. It is normally set as the system property. The
112     * server Id is later accessible as {@link ObjectReferenceTemplate#server_id}.
113     * </td>
114     * </tr>
115     * <tr>
116   * <td>gnu.CORBA.ListenerPort</td>   * <td>gnu.CORBA.ListenerPort</td>
117   * <td>Specifies that this ORB should serve all its objects on a single port   * <td>Specifies that this ORB should serve all its objects on a single port
118   * (for example, "1234") or on a specified port range (for example,   * (for example, "1234") or on a specified port range (for example,
# Line 1025  public abstract class ORB Line 1041  public abstract class ORB
1041     * that runs on the given host at the given port. The ORB expects to find     * that runs on the given host at the given port. The ORB expects to find
1042     * there the {@link org.omg.CosNaming.NamingContext} under the key     * there the {@link org.omg.CosNaming.NamingContext} under the key
1043     * "NameService.<br>     * "NameService.<br>
1044       * 7. file://[file name] Read the object definition string from the
1045       * file system<br>
1046       * 8. http://[url] Read the object definition string from the provided
1047       * url.<br>
1048       * 9. ftp://[url] Read the object definition string from the provided
1049       * url.<br>
1050     *     *
1051     * <p>The default port is always 2809. The default iiop version is 1.0     * <p>The default port is always 2809. The default iiop version is 1.0
1052     * that now may not always be supported, so we would recommend to specify     * that now may not always be supported, so we would recommend to specify

Legend:
Removed from v.1.2.2.9  
changed lines
  Added in v.1.2.2.10

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