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