org.omg.CORBA
Class ContainedHelper

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

public class ContainedHelper
extends java.lang.Object


Constructor Summary
ContainedHelper()
           
 
Method Summary
static Contained extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Contained t)
           
static Contained narrow(Object obj)
           
static Contained read(InputStream istream)
           
static TypeCode type()
           
static Contained unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, Contained value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainedHelper

public ContainedHelper()
Method Detail

insert

public static void insert(Any a,
                          Contained t)

extract

public static Contained extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static Contained read(InputStream istream)

write

public static void write(OutputStream ostream,
                         Contained value)

narrow

public static Contained narrow(Object obj)

unchecked_narrow

public static Contained unchecked_narrow(Object obj)