public abstract class TransAncestryHelper extends Object
| Constructor and Description |
|---|
TransAncestryHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.omg.CosTransactions.TransIdentity[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
org.omg.CosTransactions.TransIdentity[] that) |
static org.omg.CosTransactions.TransIdentity[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
org.omg.CosTransactions.TransIdentity[] value) |
public static void insert(Any a, org.omg.CosTransactions.TransIdentity[] that)
public static org.omg.CosTransactions.TransIdentity[] extract(Any a)
public static TypeCode type()
public static String id()
public static org.omg.CosTransactions.TransIdentity[] read(InputStream istream)
public static void write(OutputStream ostream, org.omg.CosTransactions.TransIdentity[] value)
Copyright © 2019. All rights reserved.