API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. BooleanHolder View Source
Author(s)
Since
JDK1.2
Version
1.14, 09/09/97
Serial
Hierarchy
 Object
      BooleanHolder
Implements
 Streamable
Subclasses
Description
publicfinal class BooleanHolder
  The Holder for Boolean.
See also:   
Constructors
public BooleanHolder ()
Constructs a new BooleanHolder object with its value field initialized to false.
public BooleanHolder (boolean initial)
  Constructs a new BooleanHolder object with its value field initialized with the given boolean.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
  Reads unmarshalled data from input and assigns it to this BooleanHolder object's value field.
public TypeCode _type () [Specified in Streamable]
  Retrieves the TypeCode object that corresponds to the value held in this BooleanHolder object.
public void _write (OutputStream output) [Specified in Streamable]
  Marshals the value in this BooleanHolder object's value field to the output stream output.
Fields
Hide/Show inherited fields
public boolean value
The boolean value held by this BooleanHolder object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar