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
-
BindingIteratorStub()
-
-
BindingIteratorStub(Representation)
-
-
__classInterfaceName()
-
-
__interfaceName()
-
-
createRef()
-
-
createRef(Representation)
-
-
destroy()
- destroy operation destroys the iterator.
-
duplicate()
-
-
getInterfaceRepositoryIdentifier()
-
-
getRepositoryIdentifier()
-
-
isA(ObjectRef)
-
-
narrow(ObjectRef)
-
-
next_n(int, BindingListHolder)
- next_n operation returns at most the how_many number of bindings.
-
next_one(BindingHolder)
- next_one operation returns the next binding.
BindingIteratorStub
protected BindingIteratorStub()
BindingIteratorStub
protected BindingIteratorStub(Representation src)
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.
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..
destroy
public void destroy() throws SystemException
- destroy operation destroys the iterator.
Returns false if there are no more bindings.
- Returns:
- none.
__interfaceName
public InterfaceNameDescriptor __interfaceName()
- Overrides:
- __interfaceName in class RemoteObjectImpl
__classInterfaceName
public static InterfaceNameDescriptor __classInterfaceName()
getInterfaceRepositoryIdentifier
public static String getInterfaceRepositoryIdentifier()
getRepositoryIdentifier
public String getRepositoryIdentifier()
isA
public static boolean isA(ObjectRef that) throws SystemException
- See Also:
- isA
createRef
public static BindingIteratorRef createRef()
createRef
public static BindingIteratorRef createRef(Representation src)
duplicate
public ObjectRef duplicate() throws SystemException
- See Also:
- duplicate
narrow
public static BindingIteratorRef narrow(ObjectRef that) throws NarrowCoercionException, SystemException
All Packages Class Hierarchy This Package Previous Next Index