|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XARecoveryResource
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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()
|
Field Detail |
---|
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
Method Detail |
---|
int recoverable()
int recover()
Xid getXid()
Uid get_uid()
String type()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |