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