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