summaryrefslogtreecommitdiff
path: root/org/omg
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg')
-rw-r--r--org/omg/CORBA/ORB.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/org/omg/CORBA/ORB.java b/org/omg/CORBA/ORB.java
index 60ef12ac6..0d14c9d18 100644
--- a/org/omg/CORBA/ORB.java
+++ b/org/omg/CORBA/ORB.java
@@ -106,6 +106,16 @@ import java.util.Properties;
* should not overlap with the values, specified for other ORB's.
* </td>
* </tr>
+ * <tr>
+ * <td>gnu.Corba.SocketFactory</td>
+ * <td>Sets the user-defined server and client socket factory for the ORB being
+ * currently instantiated. Serves as a replacement of the proprietary
+ * property com.sun.CORBA.connection.ORBSocketFactoryClass. To have multiple
+ * types of sockets, instantiate several ORB's with this property each time
+ * set to the different value.
+ * The factory must implement gnu.CORBA.interfaces.gnuSocketFactory.
+ * </td>
+ * </tr>
* </table>
* <p>The command line accepts the same properties as a keys. When
* specifying in the command line, the prefix org.omg.CORBA can be omitted, for