org.omg.CORBA
Class ContainerHelper

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

public class ContainerHelper
extends java.lang.Object


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

Constructor Detail

ContainerHelper

public ContainerHelper()
Method Detail

insert

public static void insert(Any a,
                          Container t)

extract

public static Container extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static Container read(InputStream istream)

write

public static void write(OutputStream ostream,
                         Container value)

narrow

public static Container narrow(Object obj)

unchecked_narrow

public static Container unchecked_narrow(Object obj)