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