Package org.wildfly.iiop.openjdk.naming
Class BindingIteratorImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosNaming.BindingIteratorPOA
org.wildfly.iiop.openjdk.naming.BindingIteratorImpl
- All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler,org.omg.CosNaming.BindingIteratorOperations
public class BindingIteratorImpl
extends org.omg.CosNaming.BindingIteratorPOA
Implementation of the "BindingIterator" interface
- Author:
- Gerald Brose
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.omg.CosNaming.BindingIteratorPOA
_all_interfaces, _invoke, _this, _thisMethods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
-
Constructor Details
-
BindingIteratorImpl
public BindingIteratorImpl(org.omg.CosNaming.Binding[] b)
-
-
Method Details
-
destroy
public void destroy() -
next_n
public boolean next_n(int how_many, org.omg.CosNaming.BindingListHolder bl) -
next_one
public boolean next_one(org.omg.CosNaming.BindingHolder b)
-