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