org.omg.SendingContext
クラス CodeBaseHelper

java.lang.Object
  |
  +--org.omg.SendingContext.CodeBaseHelper

public abstract class CodeBaseHelper
extends java.lang.Object


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

コンストラクタの詳細

CodeBaseHelper

public CodeBaseHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          CodeBase t)

extract

public static CodeBase extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static CodeBase read(InputStream is)

write

public static void write(OutputStream os,
                         CodeBase _v)

narrow

public static CodeBase narrow(Object obj)