Name

DynArray

Synopsis

A DynAny object associated with an array. The get and set methods allow for access to the elements of the array, as Any values.

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

Returned By

org.omg.CORBA.ORB.create_dyn_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.