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