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

Class COM.ibm.dsom.services.CosNaming.BindingIteratorStub

java.lang.Object
   |
   +----sunw.orb.RemoteObjectImpl
           |
           +----sunw.corba.ObjectImpl
                   |
                   +----COM.ibm.dsom.services.CosNaming.BindingIteratorStub

public class BindingIteratorStub
extends ObjectImpl
implements BindingIteratorRef

Constructor Index

 o BindingIteratorStub()
 o BindingIteratorStub(Representation)

Method Index

 o __classInterfaceName()
 o __interfaceName()
 o createRef()
 o createRef(Representation)
 o destroy()
destroy operation destroys the iterator.
 o duplicate()
 o getInterfaceRepositoryIdentifier()
 o getRepositoryIdentifier()
 o isA(ObjectRef)
 o narrow(ObjectRef)
 o next_n(int, BindingListHolder)
next_n operation returns at most the how_many number of bindings.
 o next_one(BindingHolder)
next_one operation returns the next binding.

Constructors

 o BindingIteratorStub
  protected BindingIteratorStub()
 o BindingIteratorStub
  protected BindingIteratorStub(Representation src)

Methods

 o next_one
  public boolean next_one(BindingHolder b) throws SystemException
next_one operation returns the next binding.
Parameters:
b - The next binding.
Returns:
false is returned if there are no more bindings.
 o next_n
  public boolean next_n(int how_many,
                        BindingListHolder bl) throws SystemException
next_n operation returns at most the how_many number of bindings.
Parameters:
how_many - The number of binding to return.
bl - The list of bindings returned.
Returns:
Returns false if there are no more bindings..
 o destroy
  public void destroy() throws SystemException
destroy operation destroys the iterator. Returns false if there are no more bindings.
Returns:
none.
 o __interfaceName
  public InterfaceNameDescriptor __interfaceName()
Overrides:
__interfaceName in class RemoteObjectImpl
 o __classInterfaceName
  public static InterfaceNameDescriptor __classInterfaceName()
 o getInterfaceRepositoryIdentifier
  public static String getInterfaceRepositoryIdentifier()
 o getRepositoryIdentifier
  public String getRepositoryIdentifier()
 o isA
  public static boolean isA(ObjectRef that) throws SystemException
See Also:
isA
 o createRef
  public static BindingIteratorRef createRef()
 o createRef
  public static BindingIteratorRef createRef(Representation src)
 o duplicate
  public ObjectRef duplicate() throws SystemException
See Also:
duplicate
 o narrow
  public static BindingIteratorRef narrow(ObjectRef that) throws NarrowCoercionException, SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index