/[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.14 by audriusa, Mon Aug 29 21:18:31 2005 UTC revision 1.15 by audriusa, Fri Sep 2 15:53:05 2005 UTC
# Line 976  public abstract class ORB Line 976  public abstract class ORB
976     * This type of reference may also contain multiple addresses (see     * This type of reference may also contain multiple addresses (see
977     * OMG documentation for complete format).<br>     * OMG documentation for complete format).<br>
978     * 3. <b>corbaloc:rir:/</b><i>name</i> defines internal reference on this     * 3. <b>corbaloc:rir:/</b><i>name</i> defines internal reference on this
979     * ORB that is resolved using {@link #resolve_initial_references}, using     * ORB that is resolved using {@link #resolve_initial_references}, passing
980     * the given <i>name</i>.     * the given <i>name</i> as parameter.<br>
981     * <br>     * 4. <b>corbaname:rir:#</b><i>name</i> states that the given <i>name</i>
982       * must be resolved using the naming service, default for this ORB.<br>
983       * 5. <b>corbaname:</b>[<b>iiop</b>][version.subversion<b>@</b>]<b>:</b>host[<b>:</b>port]<b>#</b><i>name</i>
984       * states that the <i>name</i> must be resolved using the naming service
985       * that runs on the given host at the given port. The ORB expects to find
986       * there the {@link org.omg.CosNaming.NamingContext} under the key
987       * "NameService.<br>
988       *
989       * <p>The default port is always 2809. The default iiop version is 1.0
990       * that now may not always be supported, so we would recommend to specify
991       * the version explicitly.</p>
992       * <p>
993       * The examples of the corbaloc and corbaname addresses:<br>
994       * corbaname:rir:#xobj - ask local naming service for "xobj".<br>
995       * corbaname:rir:/NameService#xobj - same (long form).<br>
996       * corbaname:iiop:1.2@localhost:900#xobj - same, assuming that the naming
997       * service runs at port 900 on the local host and supports iiop 1.2.<br>
998       * corbaname:iiop:localhost#xobj - same, assuming that the naming
999       * service runs at port 2809 on the local host and supports iiop 1.0.<br>
1000       * corbaloc::gnu.xxx.yy/Prod/TradingService - the object exists on the
1001       * host gnu.xxx.yy, port 2809 having the key "Prod/TradingService". Its ORB
1002       * supports iiop 1.0.<br>
1003       * corbaloc::gnu.xxx.yy/Prod/TradingService:801 - the object exists on the
1004       * host gnu.xxx.yy, port 801 having the key "Prod/TradingService". Its ORB
1005       * supports iiop 1.0 (iiop keyword ommitted).<br>
1006       * corbaloc:iiop:1.1@gnu.xxx.yy/Prod/TradingService - the object exists on the
1007       * host gnu.xxx.yy, port 801 having the key "Prod/TradingService". Its ORB
1008       * supports iiop 1.1.<br>
1009       * corbaloc:rir:/NameService - the default naming service.
1010     *     *
1011     * @param IOR the object IOR representation string.     * @param IOR the object IOR representation string.
1012     *     *

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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