public interface TransactionObserver
Modifier and Type | Method and Description |
---|---|
void |
afterBegin()
Callback for processing the beginning of a transaction.
|
void |
afterCompletion(boolean successful,
boolean delayed)
Callback for processing the last phase of transaction completion.
|
void |
beforeCompletion()
Callback for processing the initial phase of transaction completion.
|
void afterBegin()
Do not rely on this being called as the transaction mat be started in a manner other than through the
Transaction
API.
void beforeCompletion()
void afterCompletion(boolean successful, boolean delayed)
successful
- Was the transaction successful?Copyright © 2017 JBoss by Red Hat. All rights reserved.