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