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