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