public interface InterposedTransactionManagerXAResource
extends javax.transaction.xa.XAResource
Modifier and Type | Field and Description |
---|---|
static int |
OUTSIDE_RESERVED |
static int |
OUTSIDE_WORK |
static int |
XA_WORK |
Modifier and Type | Method and Description |
---|---|
int |
begin(int flags) |
void |
close() |
void |
finish(int flags) |
static final int XA_WORK
static final int OUTSIDE_WORK
static final int OUTSIDE_RESERVED