Name

ULongSeqHolder

Synopsis

The holder class for out and inout remote method arguments that are declared in IDL with type ULongSeq, which is mapped in Java to an array of longs.

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

Passed To

org.omg.CORBA.DataInputStream.read_ulong_array()

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.