org.omg.CosTransactions
Class ControlHelper

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

public class ControlHelper
extends java.lang.Object


Method Summary
static Control extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Control that)
           
static Control narrow(Object that)
           
static Control read(org.omg.CORBA.portable.InputStream in)
           
static TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, Control 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,
                         Control that)

read

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

extract

public static Control extract(Any a)

insert

public static void insert(Any a,
                          Control that)

type

public static TypeCode type()

id

public static java.lang.String id()

narrow

public static Control narrow(Object that)
                      throws BAD_PARAM