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