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