Class EjbBMTInterceptor

java.lang.Object
org.jboss.as.ejb3.tx.BMTInterceptor
org.jboss.as.ejb3.tx.EjbBMTInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class EjbBMTInterceptor extends BMTInterceptor
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.
Version:
$Revision: $
Author:
Carlo de Wolf
  • Field Details

    • FACTORY

      public static final org.jboss.invocation.InterceptorFactory FACTORY
  • Method Details