/[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.24 by audriusa, Sun Nov 6 11:32:32 2005 UTC revision 1.25 by audriusa, Thu Nov 10 07:52:55 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,

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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