org.jboss.ejb3.core.context
Class TxUtil

java.lang.Object
  extended by org.jboss.ejb3.tx.TxUtil
      extended by org.jboss.ejb3.core.context.TxUtil

public class TxUtil
extends org.jboss.ejb3.tx.TxUtil


Constructor Summary
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
 

Constructor Detail

TxUtil

public TxUtil()
Method Detail

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)