org.omg.CORBA
Class ServiceInformationHolder

java.lang.Object
  extended by org.omg.CORBA.ServiceInformationHolder
All Implemented Interfaces:
Streamable

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
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Specified by:
_read in interface Streamable
Parameters:
in - the input stream to read from.

_type

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

Specified by:
_type in interface Streamable

_write

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

Specified by:
_write in interface Streamable
Parameters:
out - the output stream to write into.