summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-10-21 16:15:31 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-10-21 16:15:31 +0000
commitd38819521af8ca1c9574d8da2e7f17e4b1d8e9d3 (patch)
treeeb2fcb4f6c479f464ef779e1c09f7185349d243a /org
parentcaf6f9fbb1f2fb70bc5f76b7e4477bbadb464023 (diff)
downloadclasspath-d38819521af8ca1c9574d8da2e7f17e4b1d8e9d3.tar.gz
2005-10-21 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/CORBA/DefaultSocketFactory.java, gnu/CORBA/interfaces/gnuSocketFactory.java, gnu/CORBA/interfaces/package.html: New files. * gnu/CORBA/Functional_ORB.java, gnu/CORBA/Focused_ORB.java (getPortServer), gnu/CORBA/GIOP/ErrorMessage.java (send), gnu/CORBA/gnuRequest.java (submit): Rewritten to support gnu.Corba.SocketFactory property. * org/omg/CORBA/ORB.java: Documentation update.
Diffstat (limited to 'org')
-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