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