Uses of Class
org.omg.CosNaming.BindingIteratorPOA
-
Packages that use BindingIteratorPOA Package Description com.sun.corba.ee.impl.naming.cosnaming org.omg.CosNaming -
-
Uses of BindingIteratorPOA in com.sun.corba.ee.impl.naming.cosnaming
Subclasses of BindingIteratorPOA in com.sun.corba.ee.impl.naming.cosnaming Modifier and Type Class Description class
BindingIteratorImpl
Class BindingIteratorImpl implements the org.omg.CosNaming::BindingIterator interface, but does not implement the method to retrieve the next binding in the NamingContext for which it was created.class
TransientBindingIterator
Class TransientBindingIterator implements the abstract methods defined by BindingIteratorImpl, to use with the TransientNamingContext implementation of the NamingContextImpl. -
Uses of BindingIteratorPOA in org.omg.CosNaming
Subclasses of BindingIteratorPOA in org.omg.CosNaming Modifier and Type Class Description class
BindingIteratorPOATie
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
-