public abstract class HeuristicRollbackHelper extends Object
| Constructor and Description |
|---|
HeuristicRollbackHelper() |
| Modifier and Type | Method and Description |
|---|---|
static HeuristicRollback |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
HeuristicRollback that) |
static HeuristicRollback |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
HeuristicRollback value) |
public static void insert(Any a, HeuristicRollback that)
public static HeuristicRollback extract(Any a)
public static TypeCode type()
public static String id()
public static HeuristicRollback read(InputStream istream)
public static void write(OutputStream ostream, HeuristicRollback value)
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.