001    package org.omg.CosNaming;
002    
003    
004    /**
005    * org/omg/CosNaming/BindingIterator.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosNaming.idl
008    * Saturday, September 22, 2012 10:56:38 AM CEST
009    */
010    
011    
012    /**
013       * The BindingIterator interface allows a client to iterate through
014       * the bindings using the next_one or next_n operations.
015       * 
016       * The bindings iterator is obtained by using the <tt>list</tt>
017       * method on the <tt>NamingContext</tt>. 
018       * @see org.omg.CosNaming.NamingContext#list
019       */
020    public interface BindingIterator extends BindingIteratorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 
021    {
022    } // interface BindingIterator