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