org.omg.CosNaming
Interface BindingIteratorOperations

All Known Subinterfaces:
BindingIterator
All Known Implementing Classes:
_BindingIteratorStub, BindingIteratorPOA

public interface BindingIteratorOperations

Generated from IDL interface "BindingIterator"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 void destroy()
           
 boolean next_n(int how_many, BindingListHolder bl)
           
 boolean next_one(BindingHolder b)
           
 

Method Detail

next_one

public boolean next_one(BindingHolder b)

next_n

public boolean next_n(int how_many,
                      BindingListHolder bl)

destroy

public void destroy()