|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.IDLTypeHelper
public class 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 |
---|
clone, equals, finalize, 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 any
public static TypeCode type()
public static java.lang.String id()
public static IDLType read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, IDLType value)
ostream
- the output streamvalue
- IDLType valuepublic static IDLType narrow(Object obj)
obj
- the CORBA Object
public static IDLType unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |