public interface ExtendedTransactionListener extends TransactionListener
| Modifier and Type | Method and Description |
|---|---|
void |
dispatcherTransactionCancelled(Transaction transaction)
The transaction on the current thread is being cancelled, either because of a serious internal error or because
the activity on the current thread is now linked to another transaction and this transaction should not report.
|
void |
dispatcherTransactionStarted(Transaction transaction)
Called after a dispatcher transaction is started on the request thread.
|
dispatcherTransactionFinishedvoid dispatcherTransactionStarted(Transaction transaction)
transaction - The transaction that was just startedvoid dispatcherTransactionCancelled(Transaction transaction)
transaction - the transaction that is completing abruptly.