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