public class PersistentBindingIterator extends BindingIteratorImpl
BindingIteratorImpl
,
TransientNamingContext
Constructor and Description |
---|
PersistentBindingIterator(ORB orb,
Hashtable aTable,
POA thePOA)
Constructs a new PersistentBindingIterator 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_object
public PersistentBindingIterator(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 PersistentNamingContext.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 BindingIteratorImpl
b
- The Binding as an out parameter.public final void Destroy()
Destroy
in class BindingIteratorImpl
SystemException
- One of a fixed set of CORBA system exceptions.public final int RemainingElements()
RemainingElements
in class BindingIteratorImpl
Copyright © 2019 JBoss by Red Hat. All rights reserved.