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 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 BindingIteratorOperations in org.omg.CosNaming
Subinterfaces of BindingIteratorOperations in org.omg.CosNaming Modifier and Type Interface Description interfaceBindingIteratorThe 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_BindingIteratorStubThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.classBindingIteratorPOAThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.classBindingIteratorPOATieThe 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 BindingIteratorOperationsBindingIteratorPOATie. _implMethods in org.omg.CosNaming that return BindingIteratorOperations Modifier and Type Method Description BindingIteratorOperationsBindingIteratorPOATie. _delegate()Methods in org.omg.CosNaming with parameters of type BindingIteratorOperations Modifier and Type Method Description voidBindingIteratorPOATie. _delegate(BindingIteratorOperations delegate)Constructors in org.omg.CosNaming with parameters of type BindingIteratorOperations Constructor Description BindingIteratorPOATie(BindingIteratorOperations delegate)BindingIteratorPOATie(BindingIteratorOperations delegate, POA poa)
-