| ApplicationExceptionDetails |
Class that stores details about application exceptions
|
| BMTInterceptor |
Suspend an incoming tx.
|
| CMTTxInterceptor |
NOTE: References in this file to Enterprise JavaBeans (EJB) refer to the Jakarta Enterprise Beans unless otherwise noted.
|
| EjbBMTInterceptor |
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.
|
| LifecycleCMTTxInterceptor |
Transaction interceptor for Singleton and Stateless beans,
|
| LifecycleCMTTxInterceptor.Factory |
|
| OwnableReentrantLock |
A lock that supports reentrancy based on owner (and not on current thread).
|
| StatefulBMTInterceptor |
A per instance interceptor that keeps an association with the outcoming transaction.
|
| TimerCMTTxInterceptor |
CMT interceptor for timer invocations.
|