org.omg.CORBA
public final class ServiceInformationHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
ServiceInformation |
value
A wrapped value.
|
Constructor and Description |
---|
ServiceInformationHolder()
Create an unitialised instance.
|
ServiceInformationHolder(ServiceInformation initialValue)
Create the instance where the stored service information
s intialised into the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream in)
Read the service information from the given CDR input stream.
|
TypeCode |
_type()
Get the typecode of the service information.
|
void |
_write(OutputStream out)
Write the stored service information into the given
CDR output stream.
|
public ServiceInformation value
public ServiceInformationHolder()
public ServiceInformationHolder(ServiceInformation initialValue)
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.