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