Name

DynStruct

Synopsis

A DynAny object associated with the Java mapping of an IDL struct type. In addition to the DynAny methods that allow you to traverse the components of the struct, the DynStruct interface provides methods that allow you to access an array of all the members of the struct and to access their names within the struct.

                  Returned By
public interface DynStruct extends org.omg.CORBA.Object, org.omg.CORBA.DynAny {
// Public Instance Methods
   public abstract TCKind current_member_kind();  
   public abstract String current_member_name();  
   public abstract org.omg.CORBA.NameValuePair[] get_members(
        );  
   public abstract void set_members(
        org.omg.CORBA.NameValuePair[] value) throws org.omg.CORBA.DynAnyPackage.InvalidSeq;  
}

Returned By

org.omg.CORBA.ORB.create_dyn_struct()

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.