![]() |
Overview Retrieves the next name-object binding. Original interface CosNaming::BindingIterator Interface Exceptions CORBA standard exceptions
Intended Usage
This operation is intended to be used by client applications. It is not typically overridden.
IDL Syntax
boolean next_one(out CosNaming::Binding binding);
Input parameters
- binding
- The returned Binding.
Return values
- TRUE
- Indicates that the next binding exists.
- FALSE
- Indicates that the next binding does not exist.
Example
See the CosNaming Usage example for BindingIterator::destroy.
Related reference... | |
CosNaming in the Naming Service | |
Parent: CosNaming::BindingIterator Interface | |
BindingIterator::destroy | |
BindingIterator::next_n | |