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