org.omg.CosTransactions

Class PropagationContextHelper

public class PropagationContextHelper extends Object

Helper class for : PropagationContext

Author: OpenORB Compiler

Method Summary
static PropagationContextextract(Any a)
Extract PropagationContext from an any
static Stringid()
Return the PropagationContext IDL ID
static voidinsert(Any a, PropagationContext t)
Insert PropagationContext into an any
static PropagationContextread(InputStream istream)
Read PropagationContext from a marshalled stream
static TypeCodetype()
Return the PropagationContext TypeCode
static voidwrite(OutputStream ostream, PropagationContext value)
Write PropagationContext into a marshalled stream

Method Detail

extract

public static PropagationContext extract(Any a)
Extract PropagationContext from an any

Parameters: a an any

Returns: the extracted PropagationContext value

id

public static String id()
Return the PropagationContext IDL ID

Returns: an ID

insert

public static void insert(Any a, PropagationContext t)
Insert PropagationContext into an any

Parameters: a an any t PropagationContext value

read

public static PropagationContext read(InputStream istream)
Read PropagationContext from a marshalled stream

Parameters: istream the input stream

Returns: the readed PropagationContext value

type

public static TypeCode type()
Return the PropagationContext TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, PropagationContext value)
Write PropagationContext into a marshalled stream

Parameters: ostream the output stream value PropagationContext value