org.omg.SendingContext
Class CodeBaseHelper

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

public class CodeBaseHelper
extends java.lang.Object


Constructor Summary
CodeBaseHelper()
           
 
Method Summary
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 istream)
           
static TypeCode type()
           
static CodeBase unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, CodeBase value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeBaseHelper

public CodeBaseHelper()
Method Detail

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 istream)

write

public static void write(OutputStream ostream,
                         CodeBase value)

narrow

public static CodeBase narrow(Object obj)

unchecked_narrow

public static CodeBase unchecked_narrow(Object obj)