Name

StructMember

Synopsis

A class that represents a member of an IDL struct type. StructMembers are used to create TypeCodes for IDL structs and exceptions with the ORB.create_struct_tc() and ORB.create_exception_tc() methods.

                  
public final class StructMember implements org.omg.CORBA.portable.IDLEntity {
// Public Constructors
   public StructMember();  
   public StructMember(String __name, TypeCode __type, 
        IDLType __type_def);  
// Public Instance Fields
   public String name;  
   public TypeCode type;  
   public IDLType type_def;  
}

Passed To

org.omg.CORBA.ORB.{create_exception_tc(), create_struct_tc()}, StructMemberHelper.{insert(), write()}

Returned By

StructMemberHelper.{extract(), read()}

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.