Package org.jboss.as.ejb3.tx
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 Summary
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryFACTORY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjecthandleInvocation(org.jboss.invocation.InterceptorContext invocation)-
Methods inherited from class org.jboss.as.ejb3.tx.BMTInterceptor
getComponent, getCurrentTransactionTimeout, handleException, processInvocation
-
-
-
-
Method Detail
-
handleInvocation
protected Object handleInvocation(org.jboss.invocation.InterceptorContext invocation) throws Exception
- Specified by:
handleInvocationin classBMTInterceptor- Throws:
Exception
-
-