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