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