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