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