Name

DynValue

Synopsis

A DynAny object associated with a value being passed using the Objects-by-Value extension to CORBA. This extension to CORBA will allow arguments to be passed by value, rather than strictly be reference, as they are in the core CORBA standard.

                  Returned By
public interface DynValue 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;  
}

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.