|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.IDLTypeHelper
public abstract class IDLTypeHelper
A helper operations for the IDL type.
Constructor Summary | |
---|---|
IDLTypeHelper()
|
Method Summary | |
---|---|
static IDLType |
extract(Any a)
Extract the IDL type from the given Any. |
static String |
id()
Return the IDLType repository id. |
static void |
insert(Any a,
IDLType that)
Insert the IDL type into the given Any. |
static IDLType |
narrow(Object obj)
Narrows the CORBA object into the IDL type. |
static IDLType |
read(InputStream istream)
Read the IDL type from the given input stream. |
static TypeCode |
type()
Get the typecode of the IDL type (the interface typecode, name "IDLType"). |
static void |
write(OutputStream ostream,
IDLType value)
Write the IDL type to the output stream (as CORBA object). |
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 that)
public static IDLType extract(Any a)
public static TypeCode type()
public static String id()
public static IDLType read(InputStream istream)
public static void write(OutputStream ostream, IDLType value)
public static IDLType narrow(Object obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |