Uses of Class
org.omg.CosNaming.BindingIteratorPOA
Packages that use BindingIteratorPOA
-
Uses of BindingIteratorPOA in com.sun.corba.ee.impl.naming.cosnaming
Subclasses of BindingIteratorPOA in com.sun.corba.ee.impl.naming.cosnamingModifier and TypeClassDescriptionclassClass 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.classClass 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.CosNamingModifier and TypeClassDescriptionclassThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.