Name

AnyHolder

Synopsis

The holder class for Any objects. See Chapter 4 for more information on the uses of holder classes. The AnyHolder class is used primarily to wrap out and inout arguments to methods when composing Dynamic Invocation Interface requests.

                  Type Of
public final class AnyHolder implements org.omg.CORBA.portable.Streamable {
// Public Constructors
   public AnyHolder();  
   public AnyHolder( Any initial);  
// Methods Implementing Streamable
   public void _read(
        org.omg.CORBA.portable.InputStream input);  
   public TypeCode _type();  
   public void _write(
        org.omg.CORBA.portable.OutputStream output);  
// Public Instance Fields
   public Any value;  
}

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.