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