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