public interface TransactionMonitor
TransactionManager
Modifier and Type | Method and Description |
---|---|
void |
entered(Transaction entered,
Transaction parent)
Called by a thread which has just entered a transaction.
|
void |
exited(Transaction exited,
Transaction active)
Called by a thread which has just exited a transaction.
|
void entered(Transaction entered, Transaction parent)
entered
- transaction just enteredparent
- optional parent of transaction; is null for top level transactionsvoid exited(Transaction exited, Transaction active)
exited
- transaction just exitedactive
- optional transaction which is now active; is null if the
outermost transaction scope exitedCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.