Uses of Package
org.gatein.common.transaction
Packages that use org.gatein.common.transaction
-
Classes in org.gatein.common.transaction used by org.gatein.common.transactionClassDescriptionListener for perform some actions at the specified point of JTA transaction lifecycle.
Transaction lifecycle needs to be managed throughJTAUserTransactionLifecycleServiceto have listeners executed.
For now, we have shared instance of one registered listener for all transactions, so listener implementations need to be thread-safeService provides methods for managing lifecycle of JTA transaction