Name

LongLongSeqHolder

Synopsis

The holder class for the IDL LongLongSeq typedef, which maps to an array of long values. This holder class is used wrap out and inout arguments of this type in remote method calls.

                  
public final class LongLongSeqHolder implements org.omg.CORBA.portable.Streamable {
// Public Constructors
   public LongLongSeqHolder();  
   public LongLongSeqHolder( long[] 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 long[] value;  
}

Passed To

org.omg.CORBA.DataInputStream.read_longlong_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.