org.omg.CORBA
public final class ServiceInformationHolder extends Object implements Streamable
Field Summary | |
---|---|
ServiceInformation | value
A wrapped value. |
Constructor Summary | |
---|---|
ServiceInformationHolder()
Create an unitialised instance. | |
ServiceInformationHolder(ServiceInformation initialValue)
Create the instance where the stored service information
s intialised into the given value. |
Method Summary | |
---|---|
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. |