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
-
destroy()
-
-
next_n(int, BindingListHolder)
-
-
next_one(BindingHolder)
-
next_one
public abstract boolean next_one(BindingHolder b) throws SystemException
next_n
public abstract boolean next_n(int how_many,
BindingListHolder bl) throws SystemException
destroy
public abstract void destroy() throws SystemException
All Packages Class Hierarchy This Package Previous Next Index