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