J-Integra® Espresso Programming Documentation (API) |
|
NamingContext.list Method
The list operation allows a client to iterate through a set of bindings in a
naming context.
The list operation returns at most the requested number of bindings in
BindingList bl.
-
If the naming context contains additional bindings, the list operation returns
a BindingIterator with the additional bindings.
-
If the naming context does not contain additional bindings, the binding
iterator is a nil object reference.
Parameters
- a_how_many
-
The maximum number of bindings to return.
- a_bl
-
The returned list of bindings.
- a_bi
-
The returned binding iterator.
Return Value
none
Remarks
none
Exceptions
none
See Also
NamingContext Interface |
NamingContext Members | Ics.CosNaming
Namespace