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
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
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjecthandleInvocation(org.jboss.invocation.InterceptorContext invocation) Methods inherited from class org.jboss.as.ejb3.tx.BMTInterceptor
getComponent, getCurrentTransactionTimeout, handleException, processInvocation
-
Field Details
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Method Details
-
handleInvocation
protected Object handleInvocation(org.jboss.invocation.InterceptorContext invocation) throws Exception - Specified by:
handleInvocationin classBMTInterceptor- Throws:
Exception
-