org.omg.CORBA
クラス ExceptionDefHelper

java.lang.Object
  |
  +--org.omg.CORBA.ExceptionDefHelper

public abstract class ExceptionDefHelper
extends java.lang.Object


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

コンストラクタの詳細

ExceptionDefHelper

public ExceptionDefHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          ExceptionDef t)

extract

public static ExceptionDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ExceptionDef read(InputStream is)

write

public static void write(OutputStream os,
                         ExceptionDef _v)

narrow

public static ExceptionDef narrow(Object obj)