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