org.omg.CosNaming

Interface BindingIteratorOperations

public interface BindingIteratorOperations

This interface provides an iterator to navigate into a naming context.
Method Summary
voiddestroy()
This operation destroys the iterator.
booleannext_n(int how_many, BindingListHolder bl)
This operation returns at most the requested number of bindings.
booleannext_one(BindingHolder b)
This operation returns the next binding.

Method Detail

destroy

public void destroy()
This operation destroys the iterator.

next_n

public boolean next_n(int how_many, BindingListHolder bl)
This operation returns at most the requested number of bindings.

next_one

public boolean next_one(BindingHolder b)
This operation returns the next binding.

Returns: If there are no more bindings, false is returned.