org.omg.CosNaming
Interface BindingIteratorOperations

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

public interface BindingIteratorOperations

Generated from IDL interface "BindingIterator"

Author:
JacORB IDL compiler V 2.2 (JBoss patch 3), 06-Oct-2004

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

Method Detail

next_one

boolean next_one(BindingHolder b)

next_n

boolean next_n(int how_many,
               BindingListHolder bl)

destroy

void destroy()