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