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