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