org.omg.CosTransactions
public final class TransIdentitySeqHolder extends Object implements Streamable
Field Summary | |
---|---|
TransIdentity[] | value
Internal TransIdentitySeq value |
Constructor Summary | |
---|---|
TransIdentitySeqHolder()
Default constructor | |
TransIdentitySeqHolder(TransIdentity[] initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read TransIdentitySeq from a marshalled stream |
TypeCode | _type()
Return the TransIdentitySeq TypeCode |
void | _write(OutputStream ostream)
Write TransIdentitySeq into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream