Uses of Interface
org.omg.CosNaming.BindingIteratorOperations
-
Packages that use BindingIteratorOperations Package Description com.sun.corba.ee.impl.naming.cosnaming org.omg.CosNaming -
-
Uses of BindingIteratorOperations in com.sun.corba.ee.impl.naming.cosnaming
Classes in com.sun.corba.ee.impl.naming.cosnaming that implement BindingIteratorOperations 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 BindingIteratorOperations in org.omg.CosNaming
Subinterfaces of BindingIteratorOperations in org.omg.CosNaming Modifier and Type Interface Description interface
BindingIterator
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.Classes in org.omg.CosNaming that implement BindingIteratorOperations Modifier and Type Class Description class
_BindingIteratorStub
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
BindingIteratorPOA
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
BindingIteratorPOATie
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.Fields in org.omg.CosNaming declared as BindingIteratorOperations Modifier and Type Field Description private BindingIteratorOperations
BindingIteratorPOATie. _impl
Methods in org.omg.CosNaming that return BindingIteratorOperations Modifier and Type Method Description BindingIteratorOperations
BindingIteratorPOATie. _delegate()
Methods in org.omg.CosNaming with parameters of type BindingIteratorOperations Modifier and Type Method Description void
BindingIteratorPOATie. _delegate(BindingIteratorOperations delegate)
Constructors in org.omg.CosNaming with parameters of type BindingIteratorOperations Constructor Description BindingIteratorPOATie(BindingIteratorOperations delegate)
BindingIteratorPOATie(BindingIteratorOperations delegate, POA poa)
-