Uses of Class
org.jboss.as.ejb3.tx.BMTInterceptor
-
Packages that use BMTInterceptor Package Description org.jboss.as.ejb3.tx -
-
Uses of BMTInterceptor in org.jboss.as.ejb3.tx
Subclasses of BMTInterceptor in org.jboss.as.ejb3.tx Modifier and Type Class Description classEjbBMTInterceptorEJB 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.classStatefulBMTInterceptorA per instance interceptor that keeps an association with the outcoming transaction.
-