| Interface | Description |
|---|---|
| JTAUserTransactionLifecycleListener |
Listener for perform some actions at the specified point of JTA transaction lifecycle.
Transaction lifecycle needs to be managed through JTAUserTransactionLifecycleService to have listeners executed.For now, we have shared instance of one registered listener for all transactions, so listener implementations need to be thread-safe |
| JTAUserTransactionLifecycleService |
Service provides methods for managing lifecycle of JTA transaction
|
| Class | Description |
|---|---|
| JTAUserTransactionLifecycleServiceImpl |
Base implementation of
JTAUserTransactionLifecycleService . |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.