JBoss Application Server: Parent Aggregator 7.1.1.Final
-
- 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 and Description |
static org.jboss.invocation.InterceptorFactory |
FACTORY |
-
Method Summary
-
Methods inherited from class org.jboss.as.ejb3.tx.CMTTxInterceptor
getCurrentTransactionTimeout, handleEndTransactionException, handleInCallerTx, invokeInCallerTx, invokeInNoTx, invokeInOurTx, mandatory, never, notSupported, processInvocation, required, requiresNew, setRollbackOnly, supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
endTransaction
protected void endTransaction(TransactionManager tm,
Transaction tx)
The endTransaction
method ends a transaction and
translates any exceptions into
TransactionRolledBack[Local]Exception or SystemException.
- Overrides:
endTransaction
in class CMTTxInterceptor
- Parameters:
tm
- a TransactionManager
valuetx
- a Transaction
value
JBoss Application Server: Parent Aggregator 7.1.1.Final
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.