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