public interface XARecoveryResource
Modifier and Type | Field and Description |
---|---|
static int |
FAILED_TO_RECOVER |
static int |
INCOMPLETE_STATE
Responses to whether or not the instance is recoverable.
|
static int |
INFLIGHT_TRANSACTION |
static int |
RECOVERED_OK
Results of performing recovery.
|
static int |
RECOVERY_REQUIRED |
static int |
TRANSACTION_NOT_PREPARED |
static int |
WAITING_FOR_RECOVERY |
Modifier and Type | Method and Description |
---|---|
Uid |
get_uid() |
Xid |
getXid() |
int |
recover()
Attempt the recovery.
|
int |
recoverable()
If we don't have an XAResource then we cannot recover at
this stage.
|
String |
type() |
static final int RECOVERED_OK
static final int FAILED_TO_RECOVER
static final int WAITING_FOR_RECOVERY
static final int TRANSACTION_NOT_PREPARED
static final int INCOMPLETE_STATE
static final int INFLIGHT_TRANSACTION
static final int RECOVERY_REQUIRED
int recoverable()
int recover()
Xid getXid()
Uid get_uid()
String type()
Copyright © 2017 JBoss by Red Hat. All rights reserved.