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