Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      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
    • Constructor Detail

      • BindingIteratorImpl

        public BindingIteratorImpl​(org.omg.CosNaming.Binding[] b)
    • Method Detail

      • 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)