Package org.jboss.as.ejb3.tx
Class LifecycleCMTTxInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.tx.CMTTxInterceptor
-
- org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class LifecycleCMTTxInterceptor extends CMTTxInterceptor
Transaction interceptor for Singleton and Stateless beans,- Author:
- Carlo de Wolf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLifecycleCMTTxInterceptor.Factory
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.tx.CMTTxInterceptor
FACTORY
-
-
Constructor Summary
Constructors Constructor Description LifecycleCMTTxInterceptor(javax.ejb.TransactionAttributeType transactionAttributeType, int transactionTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectnotSupported(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)ObjectprocessInvocation(org.jboss.invocation.InterceptorContext invocation)-
Methods inherited from class org.jboss.as.ejb3.tx.CMTTxInterceptor
endTransaction, invokeInCallerTx, invokeInImportedTx, invokeInNoTx, invokeInOurTx, mandatory, never, ourTxRolledBack, required, requiresNew, setRollbackOnly, supports
-
-
-
-
Method Detail
-
processInvocation
public Object processInvocation(org.jboss.invocation.InterceptorContext invocation) throws Exception
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Overrides:
processInvocationin classCMTTxInterceptor- Throws:
Exception
-
notSupported
protected Object notSupported(org.jboss.invocation.InterceptorContext invocation, EJBComponent component) throws Exception
- Overrides:
notSupportedin classCMTTxInterceptor- Throws:
Exception
-
-