corba/src/java.corba/share/classes/org/omg/CosNaming/nameservice.idl
changeset 32688 936c391804a5
parent 29827 aac4782e69ac
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    97 
    97 
    98   /**
    98   /**
    99    * The BindingIterator interface allows a client to iterate through
    99    * The BindingIterator interface allows a client to iterate through
   100    * the bindings using the next_one or next_n operations.
   100    * the bindings using the next_one or next_n operations.
   101    * 
   101    * 
   102    * The bindings iterator is obtained by using the <tt>list</tt>
   102    * The bindings iterator is obtained by using the <code>list</code>
   103    * method on the <tt>NamingContext</tt>. 
   103    * method on the <code>NamingContext</code>.
   104    * @see org.omg.CosNaming.NamingContext#list
   104    * @see org.omg.CosNaming.NamingContext#list
   105    */
   105    */
   106   interface BindingIterator 
   106   interface BindingIterator 
   107   {
   107   {
   108     /**
   108     /**
   410  * <code>NamingContextExt</code> is the extension of <code>NamingContext</code>
   410  * <code>NamingContextExt</code> is the extension of <code>NamingContext</code>
   411  * which
   411  * which
   412  * contains a set of name bindings in which each name is unique and is
   412  * contains a set of name bindings in which each name is unique and is
   413  * part of Interoperable Naming Service.
   413  * part of Interoperable Naming Service.
   414  * Different names can be bound to an object in the same or different
   414  * Different names can be bound to an object in the same or different
   415  * contexts at the same time. Using <tt>NamingContextExt</tt>, you can use
   415  * contexts at the same time. Using <code>NamingContextExt</code>, you can use
   416  * URL-based names to bind and resolve.
   416  * URL-based names to bind and resolve.
   417  * 
   417  * 
   418  * See <a href="http://www.omg.org/technology/documents/formal/naming_service.htm">
   418  * See <a href="http://www.omg.org/technology/documents/formal/naming_service.htm">
   419  * CORBA COS 
   419  * CORBA COS 
   420  * Naming Specification.</a>
   420  * Naming Specification.</a>