Name

ValueMember

Synopsis

A class that represents a member of an object passed by value using the Objects-by-Value extension to CORBA. ValueMembers are used to create TypeCodes for values with the ORB.create_value_tc() method.

                  
public final class ValueMember implements org.omg.CORBA.portable.IDLEntity {
// Public Constructors
   public ValueMember();  
   public ValueMember(String __name, String __id, 
        String __defined_in, String __version, 
        TypeCode __type, IDLType __type_def, 
        short __access);  
// Public Instance Fields
   public short access;  
   public String defined_in;  
   public String id;  
   public String name;  
   public TypeCode type;  
   public IDLType type_def;  
   public String version;  
}

Passed To

org.omg.CORBA.ORB.create_value_tc(), ValueMemberHelper.{insert(), write()}

Returned By

ValueMemberHelper.{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.