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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CosNaming.idl 008 * Saturday, November 26, 2011 9:53:36 PM UTC 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