public class TimerCMTTxInterceptor extends CMTTxInterceptor
Modifier and Type | Field and Description |
---|---|
static org.jboss.invocation.InterceptorFactory |
FACTORY |
Constructor and Description |
---|
TimerCMTTxInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
endTransaction(TransactionManager tm,
Transaction tx)
The
endTransaction method ends a transaction and
translates any exceptions into
TransactionRolledBack[Local]Exception or SystemException. |
void |
handleExceptionInOurTx(org.jboss.invocation.InterceptorContext invocation,
Throwable t,
Transaction tx,
EJBComponent component) |
getCurrentTransactionTimeout, handleEndTransactionException, handleExceptionInNoTx, handleInCallerTx, invokeInCallerTx, invokeInNoTx, invokeInOurTx, mandatory, never, notSupported, processInvocation, required, requiresNew, setRollbackOnly, supports
public void handleExceptionInOurTx(org.jboss.invocation.InterceptorContext invocation, Throwable t, Transaction tx, EJBComponent component) throws Exception
handleExceptionInOurTx
in class CMTTxInterceptor
Exception
protected void endTransaction(TransactionManager tm, Transaction tx)
CMTTxInterceptor
endTransaction
method ends a transaction and
translates any exceptions into
TransactionRolledBack[Local]Exception or SystemException.endTransaction
in class CMTTxInterceptor
tm
- a TransactionManager
valuetx
- a Transaction
valueCopyright © 2015 JBoss by Red Hat. All rights reserved.