Name

DynSequence

Synopsis

An extension of DynArray that contains the Java mapping of an IDL sequence type.

                  
public interface DynSequence extends org.omg.CORBA.Object, org.omg.CORBA.DynAny {
// Public Instance Methods
   public abstract Any[] get_elements();  
   public abstract int length();  
   public abstract void length( int arg);  
   public abstract void set_elements(
        Any[] value) throws org.omg.CORBA.DynAnyPackage.InvalidSeq;  
}

Returned By

org.omg.CORBA.ORB.create_dyn_sequence()

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.