public static class Join.Runner
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static int |
ABORT |
static int |
COMMIT |
static java.lang.String[] |
MODES |
static int |
PREPARE |
static int |
PREPARE_FOR_ABORT |
int |
rc |
Constructor and Description |
---|
Runner(TransactionParticipant p,
long id,
java.io.Serializable ctx) |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
commit() |
void |
join() |
void |
prepare() |
void |
prepareForAbort() |
void |
run() |
public int rc
public static final int PREPARE
public static final int PREPARE_FOR_ABORT
public static final int COMMIT
public static final int ABORT
public static final java.lang.String[] MODES
public Runner(TransactionParticipant p, long id, java.io.Serializable ctx)