Name

_BindingIteratorStub

Synopsis

This is the IDL-generated stub class for the BindingIterator interface.

                  
public class _BindingIteratorStub extends org.omg.CORBA.portable.ObjectImpl 
       implements BindingIterator {
// Public Constructors
   public _BindingIteratorStub();                                // 1.4
                  // Public Instance Methods
   public void destroy();                                        // Implements:BindingIteratorOperations
   public boolean next_n(int how_many, BindingListHolder bl);    // Implements:BindingIteratorOperations
   public boolean next_one( BindingHolder b);                    // Implements:BindingIteratorOperations
                  // Methods Implementing BindingIteratorOperations
   public void destroy();  
   public boolean next_n(int how_many, BindingListHolder bl);  
   public boolean next_one( BindingHolder b);  
// Public Methods Overriding ObjectImpl
   public String[] _ids();  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.