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 classBindingIteratorImplClass 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.classTransientBindingIteratorClass 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 classBindingIteratorPOATieThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
-