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