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