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