org.jboss.ejb3.tx
Class Ejb3TxPolicy
java.lang.Object
org.jboss.aspects.tx.TxPolicy
org.jboss.ejb3.tx.Ejb3TxPolicy
public class Ejb3TxPolicy
- extends org.jboss.aspects.tx.TxPolicy
Comment
- Version:
- $Revision: 77062 $
- Author:
- Bill Burke
| Fields inherited from class org.jboss.aspects.tx.TxPolicy |
log, MAX_RETRIES, random |
| Methods inherited from class org.jboss.aspects.tx.TxPolicy |
endTransaction, invokeInCallerTx, invokeInNoTx, invokeInOurTx, rethrowApplicationException, setRollbackOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ejb3TxPolicy
public Ejb3TxPolicy()
throwMandatory
public void throwMandatory(org.jboss.aop.joinpoint.Invocation invocation)
- Overrides:
throwMandatory in class org.jboss.aspects.tx.TxPolicy
handleEndTransactionException
public void handleEndTransactionException(Exception e)
- Overrides:
handleEndTransactionException in class org.jboss.aspects.tx.TxPolicy
handleExceptionInOurTx
public void handleExceptionInOurTx(org.jboss.aop.joinpoint.Invocation invocation,
Throwable t,
Transaction tx)
throws Throwable
- Overrides:
handleExceptionInOurTx in class org.jboss.aspects.tx.TxPolicy
- Throws:
Throwable
handleInCallerTx
public void handleInCallerTx(org.jboss.aop.joinpoint.Invocation invocation,
Throwable t,
Transaction tx)
throws Throwable
- Overrides:
handleInCallerTx in class org.jboss.aspects.tx.TxPolicy
- Throws:
Throwable
Copyright © 2008 JBoss Inc.. All Rights Reserved.