org.omg.CosNotification
public class AdminPropertiesHelper extends Object
| Method Summary | |
|---|---|
| static Property[] | extract(Any a)
Extract AdminProperties from an any
|
| static String | id()
Return the AdminProperties IDL ID |
| static void | insert(Any a, Property[] t)
Insert AdminProperties into an any |
| static Property[] | read(InputStream istream)
Read AdminProperties from a marshalled stream |
| static TypeCode | type()
Return the AdminProperties TypeCode |
| static void | write(OutputStream ostream, Property[] value)
Write AdminProperties into a marshalled stream |
Parameters: a an any
Returns: the extracted AdminProperties value
Returns: an ID
Parameters: a an any t AdminProperties value
Parameters: istream the input stream
Returns: the readed AdminProperties value
Returns: a TypeCode
Parameters: ostream the output stream value AdminProperties value