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