public class ContainerHelper
extends java.lang.Object
| Constructor and Description |
|---|
ContainerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Container |
extract(Any a)
Extract Container from an any
|
static java.lang.String |
id()
Return the Container IDL ID
|
static void |
insert(Any a,
Container t)
Insert Container into an any
|
static Container |
narrow(Object obj)
Narrow CORBA::Object to Container
|
static Container |
read(InputStream istream)
Read Container from a marshalled stream
|
static TypeCode |
type()
Return the Container TypeCode
|
static Container |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to Container
|
static void |
write(OutputStream ostream,
Container value)
Write Container into a marshalled stream
|
public static void insert(Any a, Container t)
a - an anyt - Container valuepublic static Container extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static Container read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, Container value)
ostream - the output streamvalue - Container valuepublic static Container narrow(Object obj)
obj - the CORBA Object