org.omg.CosTime
public final class TimeServiceHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| TimeService | value
Internal TimeService value |
| Constructor Summary | |
|---|---|
| TimeServiceHolder()
Default constructor | |
| TimeServiceHolder(TimeService initial)
Constructor with value initialisation | |
| Method Summary | |
|---|---|
| void | _read(InputStream istream)
Read TimeService from a marshalled stream |
| TypeCode | _type()
Return the TimeService TypeCode |
| void | _write(OutputStream ostream)
Write TimeService into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream