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