1. /*
  2. * @(#)BindingIterator.java 1.13 00/04/06
  3. *
  4. * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. /**
  11. * org/omg/CosNaming/BindingIterator.java
  12. * Generated by the IDL-to-Java compiler (portable), version "3.0"
  13. * from nameservice.idl
  14. * Wednesday, January 26, 2000 3:34:52 PM PST
  15. */
  16. package org.omg.CosNaming;
  17. /**
  18. * The BindingIterator interface allows a client to iterate through
  19. * the bindings using the next_one or next_n operations.
  20. ** The bindings iterator is obtained by using the <tt>list</tt>
  21. * method on the <tt>NamingContext</tt>.
  22. * @see org.omg.CosNaming.NamingContext#list
  23. */
  24. public interface BindingIterator extends BindingIteratorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  25. {
  26. } // interface BindingIterator