org.jboss.ejb3.core.context
Class TxUtil
java.lang.Object
org.jboss.ejb3.tx.TxUtil
org.jboss.ejb3.core.context.TxUtil
public class TxUtil
- extends org.jboss.ejb3.tx.TxUtil
|
Method Summary |
protected static int |
getTransactionTimeout(org.jboss.aop.Advisor advisor,
java.lang.reflect.Method method)
|
protected static int |
getTransactionTimeout(org.jboss.aop.joinpoint.MethodInvocation invocation)
|
protected static javax.ejb.TransactionAttributeType |
getTxType(org.jboss.aop.Advisor advisor,
java.lang.reflect.Method method)
|
protected static javax.ejb.TransactionAttributeType |
getTxType(org.jboss.aop.joinpoint.MethodInvocation invocation)
|
| Methods inherited from class org.jboss.ejb3.tx.TxUtil |
getApplicationException, getRollbackOnly, getTransactionManagementType, getTransactionManager, getUserTransaction, setRollbackOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxUtil
public TxUtil()
getTransactionTimeout
protected static int getTransactionTimeout(org.jboss.aop.joinpoint.MethodInvocation invocation)
getTransactionTimeout
protected static int getTransactionTimeout(org.jboss.aop.Advisor advisor,
java.lang.reflect.Method method)
getTxType
protected static javax.ejb.TransactionAttributeType getTxType(org.jboss.aop.joinpoint.MethodInvocation invocation)
getTxType
protected static javax.ejb.TransactionAttributeType getTxType(org.jboss.aop.Advisor advisor,
java.lang.reflect.Method method)