Uses of Class
org.omg.CosNaming.BindingHolder
-
Packages that use BindingHolder Package Description com.sun.corba.ee.impl.naming.cosnaming org.omg.CosNaming -
-
Uses of BindingHolder in com.sun.corba.ee.impl.naming.cosnaming
Methods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type BindingHolder Modifier and Type Method Description boolean
BindingIteratorImpl. next_one(BindingHolder b)
Return the next binding.protected abstract boolean
BindingIteratorImpl. nextOneImpl(BindingHolder b)
Abstract method for returning the next binding in the NamingContext for which this BindingIterator was created.boolean
TransientBindingIterator. nextOneImpl(BindingHolder b)
Returns the next binding in the NamingContext. -
Uses of BindingHolder in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type BindingHolder Modifier and Type Method Description boolean
_BindingIteratorStub. next_one(BindingHolder b)
This operation returns the next binding.boolean
BindingIteratorOperations. next_one(BindingHolder b)
This operation returns the next binding.boolean
BindingIteratorPOATie. next_one(BindingHolder b)
This operation returns the next binding.
-