summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/ORB.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/ORB.java')
-rw-r--r--org/omg/CORBA/ORB.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/org/omg/CORBA/ORB.java b/org/omg/CORBA/ORB.java
index 98120ac16..52c0ad621 100644
--- a/org/omg/CORBA/ORB.java
+++ b/org/omg/CORBA/ORB.java
@@ -1024,6 +1024,12 @@ public abstract class ORB
* that runs on the given host at the given port. The ORB expects to find
* there the {@link org.omg.CosNaming.NamingContext} under the key
* "NameService.<br>
+ * 7. file://[file name] Read the object definition string from the
+ * file system<br>
+ * 8. http://[url] Read the object definition string from the provided
+ * url.<br>
+ * 9. ftp://[url] Read the object definition string from the provided
+ * url.<br>
*
* <p>The default port is always 2809. The default iiop version is 1.0
* that now may not always be supported, so we would recommend to specify