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