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()
Transaction
API.void beforeCompletion()
void afterCompletion(boolean successful, boolean delayed)
successful
- Was the transaction successful?Copyright © 2019 JBoss by Red Hat. All rights reserved.