|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.DynamicAny.DynValueBoxHelper
Helper class for : DynValueBox
| Constructor Summary | |
DynValueBoxHelper()
|
|
| Method Summary | |
static DynValueBox |
extract(Any a)
Extract DynValueBox from an any |
static java.lang.String |
id()
Return the DynValueBox IDL ID |
static void |
insert(Any a,
DynValueBox t)
Insert DynValueBox into an any |
static DynValueBox |
narrow(Object obj)
Narrow CORBA::Object to DynValueBox |
static DynValueBox |
read(InputStream istream)
Read DynValueBox from a marshalled stream |
static TypeCode |
type()
Return the DynValueBox TypeCode |
static DynValueBox |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to DynValueBox |
static void |
write(OutputStream ostream,
DynValueBox value)
Write DynValueBox into a marshalled stream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DynValueBoxHelper()
| Method Detail |
public static void insert(Any a,
DynValueBox t)
a - an anyt - DynValueBox valuepublic static DynValueBox extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static DynValueBox read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
DynValueBox value)
ostream - the output streamvalue - DynValueBox valuepublic static DynValueBox narrow(Object obj)
obj - the CORBA Objectpublic static DynValueBox unchecked_narrow(Object obj)
obj - the CORBA Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||