Name

BindingHolder

Synopsis

The holder class for out and inout IDL method arguments that would be mapped to Java Binding objects. See the Java IDL chapter of this book for more information on the uses of holder classes.

                  
public final class BindingHolder implements org.omg.CORBA.portable.Streamable {
// Public Constructors
   public BindingHolder();  
   public BindingHolder(
        org.omg.CosNaming.Binding initialValue);  
// Methods Implementing Streamable
   public void _read( org.omg.CORBA.portable.InputStream i);  
   public org.omg.CORBA.TypeCode _type();  
   public void _write(org.omg.CORBA.portable.OutputStream o);  
// Public Instance Fields
   public org.omg.CosNaming.Binding value;  
}

Passed To

_BindingIteratorStub.next_one(), BindingIteratorOperations.next_one()

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.