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
public class TimerCMTTxInterceptor extends CMTTxInterceptor
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
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryFACTORY
-
Constructor Summary
Constructors Constructor Description TimerCMTTxInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidourTxRolledBack()-
Methods inherited from class org.jboss.as.ejb3.tx.CMTTxInterceptor
endTransaction, invokeInCallerTx, invokeInImportedTx, invokeInNoTx, invokeInOurTx, mandatory, never, notSupported, processInvocation, required, requiresNew, setRollbackOnly, supports
-
-
-
-
Method Detail
-
ourTxRolledBack
protected void ourTxRolledBack()
- Overrides:
ourTxRolledBackin classCMTTxInterceptor
-
-