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