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