Package org.gatein.common.transaction
package org.gatein.common.transaction
-
ClassDescriptionListener 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 transactionBase implementation ofJTAUserTransactionLifecycleService.