public final class GlobalTransactionInfoHelper extends Object
Constructor and Description |
---|
GlobalTransactionInfoHelper() |
Modifier and Type | Method and Description |
---|---|
static GlobalTransactionInfo |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
GlobalTransactionInfo s) |
static GlobalTransactionInfo |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
GlobalTransactionInfo s) |
public static TypeCode type()
public static void insert(Any any, GlobalTransactionInfo s)
public static GlobalTransactionInfo extract(Any any)
public static String id()
public static GlobalTransactionInfo read(InputStream in)
public static void write(OutputStream out, GlobalTransactionInfo s)
Copyright © 2021 JBoss by Red Hat. All rights reserved.