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) |
beginTransaction, getCurrentTransactionTimeout, handleEndTransactionException, handleExceptionInNoTx, handleInCallerTx, invokeInCallerTx, invokeInNoTx, invokeInOurTx, mandatory, never, notSupported, processInvocation, required, requiresNew, setRollbackOnly, supportspublic void handleExceptionInOurTx(org.jboss.invocation.InterceptorContext invocation,
Throwable t,
Transaction tx,
EJBComponent component)
throws Exception
handleExceptionInOurTx in class CMTTxInterceptorExceptionprotected void endTransaction(TransactionManager tm, Transaction tx)
CMTTxInterceptorendTransaction method ends a transaction and
translates any exceptions into
TransactionRolledBack[Local]Exception or SystemException.endTransaction in class CMTTxInterceptortm - a TransactionManager valuetx - a Transaction valueCopyright © 2018 JBoss by Red Hat. All rights reserved.