|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReaperMonitor
An instance of this interface will be called whenever a transaction is either timed-out or set rollback-only by the transaction reaper.
| Method Summary | |
|---|---|
void |
markedRollbackOnly(Uid txId)
The indicated transaction has been marked as rollback-only by the reaper. |
void |
rolledBack(Uid txId)
The indicated transaction has been rolled back by the reaper. |
| Method Detail |
|---|
void rolledBack(Uid txId)
txId - the transaction id.void markedRollbackOnly(Uid txId)
txId - the transaction id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||