|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionManager
Field Summary | |
---|---|
static int |
STATUS_ACTIVE
Transaction is Active |
static int |
STATUS_COMMITTED
Completion status in case of proper commit |
static int |
STATUS_NO_TRANSACTION
No existing transaction is associated with this threat |
static int |
STATUS_ROLLEDBACK
Completion status in case of proper rollback |
static int |
STATUS_UNKNOWN
Completion status in case of heuristic mixed completion or system errors |
Method Summary | |
---|---|
void |
begin()
|
void |
commit()
|
int |
getStatus()
|
void |
registerTransactionSynchronization(TransactionSynchronization ts)
|
void |
rollback()
|
Field Detail |
---|
static final int STATUS_COMMITTED
static final int STATUS_ROLLEDBACK
static final int STATUS_UNKNOWN
static final int STATUS_NO_TRANSACTION
static final int STATUS_ACTIVE
Method Detail |
---|
int getStatus()
void begin()
void commit()
void rollback()
void registerTransactionSynchronization(TransactionSynchronization ts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |