org.omg.CosTransactions
クラス ControlHelper

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

public abstract class ControlHelper
extends java.lang.Object


コンストラクタの概要
ControlHelper()
           
 
メソッドの概要
static Control extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Control t)
           
static Control narrow(Object obj)
           
static Control read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, Control _v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ControlHelper

public ControlHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          Control t)

extract

public static Control extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static Control read(InputStream is)

write

public static void write(OutputStream os,
                         Control _v)

narrow

public static Control narrow(Object obj)