public class TransientBindingIterator extends BindingIteratorImpl
BindingIteratorImpl,
TransientNamingContextorb| Constructor and Description |
|---|
TransientBindingIterator(ORB orb,
Hashtable aTable,
POA thePOA)
Constructs a new TransientBindingIterator object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Destroy()
Destroys this BindingIterator by disconnecting from the ORB
|
boolean |
NextOne(BindingHolder b)
Returns the next binding in the NamingContext.
|
int |
RemainingElements()
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, Hashtable aTable, POA thePOA) throws Exception
orb - a org.omg.CORBA.ORB object.aTable - A hashtable containing InternalBindingValues which is
the content of the TransientNamingContext.java.lang.Exception - a Java exception.Exception - a Java exception thrown of the base class cannot
initialize.public final boolean NextOne(BindingHolder b)
NextOne in class BindingIteratorImplb - The Binding as an out parameter.public final void Destroy()
Destroy in class BindingIteratorImplSystemException - One of a fixed set of CORBA
system exceptions.public final int RemainingElements()
RemainingElements in class BindingIteratorImplCopyright © 2018 JBoss by Red Hat. All rights reserved.