KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CosNaming > BindingIterator


1 package org.omg.CosNaming;
2
3
4 /**
5 * org/omg/CosNaming/BindingIterator.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl
8 * Saturday, February 9, 2008 9:40:10 AM GMT
9 */

10
11
12 /**
13    * The BindingIterator interface allows a client to iterate through
14    * the bindings using the next_one or next_n operations.
15    *
16    * The bindings iterator is obtained by using the <tt>list</tt>
17    * method on the <tt>NamingContext</tt>.
18    * @see org.omg.CosNaming.NamingContext#list
19    */

20 public interface BindingIterator extends BindingIteratorOperations JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
21 {
22 } // interface BindingIterator
23
Popular Tags