Package org.jboss.ejb3.tx

Class Summary
AbstractInterceptor  
BMTInterceptor Comment
BMTTxInterceptorFactory This interceptor handles transactions for AOP
CMTTxInterceptorFactory This interceptor handles transactions for AOP
Ejb3TxPolicy Comment
EJB3UserTransactionProvider  
NullInterceptor Comment
RetryingInterceptor Retry an operation if the transaction is rolled back.
StatefulBMTInterceptor EJB 3 13.6.1: In the case of a stateful session bean, it is possible that the business method that started a transaction completes without committing or rolling back the transaction.
StatelessBMTInterceptor EJB 3 13.6.1: If a stateless session bean instance starts a transaction in a business method or interceptor method, it must commit the transaction before the business method (or all its interceptor methods) returns.
TxInterceptor Ensure the correct exceptions are thrown based on both caller transactional context and supported Transaction Attribute Type EJB3 13.6.2.6 EJB3 Core Specification 14.3.1 Table 14
TxInterceptor.Mandatory  
TxInterceptor.Never  
TxInterceptor.NotSupported  
TxUtil Comment
UserTransactionImpl Comment