public final class ServiceInformationHolder extends java.lang.Object implements org.omg.CORBA.portable.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(org.omg.CORBA.portable.InputStream in)
Read the service information from the given CDR input stream.
|
TypeCode |
_type()
Get the typecode of the service information.
|
void |
_write(org.omg.CORBA.portable.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(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablein - the input stream to read from.public TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamableout - the output stream to write into.