org.omg.CosTransactions
Class NotSubtransactionHelper
java.lang.Object
|
+--org.omg.CosTransactions.NotSubtransactionHelper
- public class NotSubtransactionHelper
- extends java.lang.Object
Helper class for : NotSubtransaction
- Author:
- OpenORB Compiler
|
Method Summary |
static NotSubtransaction |
extract(org.omg.CORBA.Any a)
Extract NotSubtransaction from an any |
static java.lang.String |
id()
Return the NotSubtransaction IDL ID |
static void |
insert(org.omg.CORBA.Any a,
NotSubtransaction t)
Insert NotSubtransaction into an any |
static NotSubtransaction |
read(org.omg.CORBA.portable.InputStream istream)
Read NotSubtransaction from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the NotSubtransaction TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
NotSubtransaction value)
Write NotSubtransaction into a marshalled stream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotSubtransactionHelper
public NotSubtransactionHelper()
insert
public static void insert(org.omg.CORBA.Any a,
NotSubtransaction t)
- Insert NotSubtransaction into an any
- Parameters:
a - an anyt - NotSubtransaction value
extract
public static NotSubtransaction extract(org.omg.CORBA.Any a)
- Extract NotSubtransaction from an any
- Parameters:
a - an any- Returns:
- the extracted NotSubtransaction value
type
public static org.omg.CORBA.TypeCode type()
- Return the NotSubtransaction TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the NotSubtransaction IDL ID
- Returns:
- an ID
read
public static NotSubtransaction read(org.omg.CORBA.portable.InputStream istream)
- Read NotSubtransaction from a marshalled stream
- Parameters:
istream - the input stream- Returns:
- the readed NotSubtransaction value
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
NotSubtransaction value)
- Write NotSubtransaction into a marshalled stream
- Parameters:
ostream - the output streamvalue - NotSubtransaction value