API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ValueBaseHolder View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ValueBaseHolder
Implements
 Streamable
Subclasses
Description
publicfinal class ValueBaseHolder
  The Holder for ValueBase.
See also:   
Constructors
public ValueBaseHolder ()
Constructs a new ValueBaseHolder object with its value field initialized to 0.
public ValueBaseHolder (Serializable initial)
  Constructs a new ValueBaseHolder object with its value field initialized to the given java.io.Serializable.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
  Reads from input and initalizes the value in the Holder with the unmarshalled data.
public TypeCode _type () [Specified in Streamable]
  Returns the TypeCode object corresponding to the value held in the Holder.
public void _write (OutputStream output) [Specified in Streamable]
  Marshals to output the value in the Holder.
Fields
Hide/Show inherited fields
public Serializable value
The java.io.Serializable value held by this ValueBaseHolder object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar