|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.NativeDefHelper
public class 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 |
---|
clone, equals, finalize, 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 any
public static TypeCode type()
public static java.lang.String id()
public static NativeDef read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, NativeDef value)
ostream
- the output streamvalue
- NativeDef valuepublic static NativeDef narrow(Object obj)
obj
- the CORBA Object
public static NativeDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |