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
    Constructor
    Description
    BindingIteratorImpl(org.omg.CosNaming.Binding[] b)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    next_n(int how_many, org.omg.CosNaming.BindingListHolder bl)
     
    boolean
    next_one(org.omg.CosNaming.BindingHolder b)
     

    Methods inherited from class org.omg.CosNaming.BindingIteratorPOA

    _all_interfaces, _invoke, _this, _this

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)