org.omg.CORBA

Class ServiceInformationHolder

public final class ServiceInformationHolder extends Object implements Streamable

A holder for the service information. This class is part of the service information support, but the 1.4 API specification states that this support should be not implemented.
Field Summary
ServiceInformationvalue
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.

Field Detail

value

public ServiceInformation value
A wrapped value.

Constructor Detail

ServiceInformationHolder

public ServiceInformationHolder()
Create an unitialised instance.

ServiceInformationHolder

public ServiceInformationHolder(ServiceInformation initialValue)
Create the instance where the stored service information s intialised into the given value.

Method Detail

_read

public void _read(InputStream in)
Read the service information from the given CDR input stream.

_type

public TypeCode _type()
Get the typecode of the service information.

_write

public void _write(OutputStream out)
Write the stored service information into the given CDR output stream.