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