|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
org.omg.CORBA.portable.ObjectImpl
![]()
![]()
![]()
org.omg.CosNaming._BindingIteratorStub
, Object
, IDLEntity
, BindingIterator
, BindingIteratorOperations

public class _BindingIteratorStub


The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. The bindings iterator is obtained by using the list method on the NamingContext.
NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)
,
Serialized Form| Constructor Summary | |
|---|---|
_BindingIteratorStub
|
|
| Method Summary | |
|---|---|
String |
_ids
Retrieves a string array containing the repository identifiers supported by this ObjectImpl object. |
void |
destroy
This operation destroys the iterator. |
boolean |
next_n
This operation returns at most the requested number of bindings. |
boolean |
next_one
This operation returns the next binding. |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl ![]() |
|---|
_create_request |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
Methods inherited from interface org.omg.CORBA.Object ![]() |
|---|
_create_request |
| Constructor Detail |
|---|

public _BindingIteratorStub()
| Method Detail |
|---|

public boolean next_one(BindingHolder![]()
![]()
b)
next_one

in interface BindingIteratorOperations

b - the returned binding

public boolean next_n(int how_many,
BindingListHolder
bl)
next_n

in interface BindingIteratorOperations

how_many - the maximum number of bindings tro return bl - the returned bindings

public void destroy()
destroy

in interface BindingIteratorOperations


public String![]()
![]()
[] _ids()
ObjectImpl

ObjectImpl object. For example,
for a stub, this method returns information about all the
interfaces supported by the stub.
_ids

in class ObjectImpl

ObjectImpl instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||