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