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