org.omg.CosTransactions
Class PropagationContextHelper

java.lang.Object
  |
  +--org.omg.CosTransactions.PropagationContextHelper

public class PropagationContextHelper
extends java.lang.Object

Helper class for : PropagationContext

Author:
OpenORB Compiler

Constructor Summary
PropagationContextHelper()
           
 
Method Summary
static PropagationContext extract(org.omg.CORBA.Any a)
          Extract PropagationContext from an any
static java.lang.String id()
          Return the PropagationContext IDL ID
static void insert(org.omg.CORBA.Any a, PropagationContext t)
          Insert PropagationContext into an any
static PropagationContext read(org.omg.CORBA.portable.InputStream istream)
          Read PropagationContext from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the PropagationContext TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, PropagationContext value)
          Write PropagationContext into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropagationContextHelper

public PropagationContextHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          PropagationContext t)
Insert PropagationContext into an any
Parameters:
a - an any
t - PropagationContext value

extract

public static PropagationContext extract(org.omg.CORBA.Any a)
Extract PropagationContext from an any
Parameters:
a - an any
Returns:
the extracted PropagationContext value

type

public static org.omg.CORBA.TypeCode type()
Return the PropagationContext TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the PropagationContext IDL ID
Returns:
an ID

read

public static PropagationContext read(org.omg.CORBA.portable.InputStream istream)
Read PropagationContext from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed PropagationContext value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         PropagationContext value)
Write PropagationContext into a marshalled stream
Parameters:
ostream - the output stream
value - PropagationContext value