Interface COM.ibm.dsom.services.CosNaming.BindingIteratorRef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.dsom.services.CosNaming.BindingIteratorRef

public interface BindingIteratorRef
extends Object
extends ObjectRef

Method Index

 o destroy()
 o next_n(int, BindingListHolder)
 o next_one(BindingHolder)

Methods

 o next_one
  public abstract boolean next_one(BindingHolder b) throws SystemException
 o next_n
  public abstract boolean next_n(int how_many,
                                 BindingListHolder bl) throws SystemException
 o destroy
  public abstract void destroy() throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index