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