org.omg.CosTransactions
Class otid_tHelper

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

public class otid_tHelper
extends java.lang.Object


Method Summary
static otid_t extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, otid_t that)
           
static otid_t read(org.omg.CORBA.portable.InputStream in)
           
static TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, otid_t that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         otid_t that)

read

public static otid_t read(org.omg.CORBA.portable.InputStream in)

extract

public static otid_t extract(Any a)

insert

public static void insert(Any a,
                          otid_t that)

type

public static TypeCode type()

id

public static java.lang.String id()