Package org.jboss.as.ejb3.tx
Class TimerCMTTxInterceptor
java.lang.Object
org.jboss.as.ejb3.tx.CMTTxInterceptor
org.jboss.as.ejb3.tx.TimerCMTTxInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
CMT interceptor for timer invocations. An exception is thrown if the transaction is rolled back, so the timer
service knows to retry the timeout.
- Author:
- Stuart Douglas
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.as.ejb3.tx.CMTTxInterceptor
endTransaction, invokeInCallerTx, invokeInImportedTx, invokeInNoTx, invokeInOurTx, mandatory, never, notSupported, processInvocation, required, requiresNew, setRollbackOnly, supports
-
Field Details
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-
Constructor Details
-
TimerCMTTxInterceptor
public TimerCMTTxInterceptor()
-
-
Method Details
-
ourTxRolledBack
protected void ourTxRolledBack()- Overrides:
ourTxRolledBackin classCMTTxInterceptor
-