public class TransientBindingIterator extends BindingIteratorImpl
BindingIteratorImpl,
TransientNamingContextorb| Constructor and Description |
|---|
TransientBindingIterator(ORB orb,
Map<InternalBindingKey,InternalBindingValue> aTable,
POA thePOA)
Constructs a new TransientBindingIterator object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroyImpl()
Destroys this BindingIterator by disconnecting from the ORB
|
boolean |
nextOneImpl(BindingHolder b)
Returns the next binding in the NamingContext.
|
int |
remainingElementsImpl()
Returns the remaining number of elements in the iterator.
|
destroy, list, next_n, next_one_all_interfaces, _invoke, _this, _this_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic TransientBindingIterator(ORB orb, Map<InternalBindingKey,InternalBindingValue> aTable, POA thePOA) throws Exception
orb - a org.omg.CORBA.ORB object.aTable - A hashtable containing InternalBindingValues which is
the content of the TransientNamingContext.thePOA - the POA to use.Exception - a Java exception.public final boolean nextOneImpl(BindingHolder b)
nextOneImpl in class BindingIteratorImplb - The Binding as an out parameter.public final void destroyImpl()
destroyImpl in class BindingIteratorImplSystemException - One of a fixed set of CORBA
system exceptions.public final int remainingElementsImpl()
remainingElementsImpl in class BindingIteratorImplCopyright © 2017–2019 Eclipse Foundation. All rights reserved.