Name

IntHolder

Synopsis

The holder class for out and inout remote method arguments that would be mapped to Java int values. See Chapter 4 for more information on the uses of holder classes.

                  
public final class IntHolder implements org.omg.CORBA.portable.Streamable {
// Public Constructors
   public IntHolder();  
   public IntHolder( int initial);  
// Methods Implementing Streamable
   public void _read(
        org.omg.CORBA.portable.InputStream input);  
   public TypeCode _type();  
   public void _write(
        org.omg.CORBA.portable.OutputStream output);  
// Public Instance Fields
   public int value;  
}

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.