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