|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.UnionDefHelper
public class UnionDefHelper
Helper class for : UnionDef
Constructor Summary | |
---|---|
UnionDefHelper()
|
Method Summary | |
---|---|
static UnionDef |
extract(Any a)
Extract UnionDef from an any |
static java.lang.String |
id()
Return the UnionDef IDL ID |
static void |
insert(Any a,
UnionDef t)
Insert UnionDef into an any |
static UnionDef |
narrow(Object obj)
Narrow CORBA::Object to UnionDef |
static UnionDef |
read(InputStream istream)
Read UnionDef from a marshalled stream |
static TypeCode |
type()
Return the UnionDef TypeCode |
static UnionDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to UnionDef |
static void |
write(OutputStream ostream,
UnionDef value)
Write UnionDef 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 UnionDefHelper()
Method Detail |
---|
public static void insert(Any a, UnionDef t)
a
- an anyt
- UnionDef valuepublic static UnionDef extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static UnionDef read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, UnionDef value)
ostream
- the output streamvalue
- UnionDef valuepublic static UnionDef narrow(Object obj)
obj
- the CORBA Object
public static UnionDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |