Uses of Class
com.caucho.ejb.gen.TransactionChain

Packages that use TransactionChain
com.caucho.ejb.gen   
 

Uses of TransactionChain in com.caucho.ejb.gen
 

Methods in com.caucho.ejb.gen that return TransactionChain
static TransactionChain TransactionChain.create(CallChain next, TransactionAttributeType xaType, ApiMethod apiMethod, ApiMethod implMethod)
           
static TransactionChain TransactionChain.create(CallChain next, TransactionAttributeType xaType, ApiMethod apiMethod, ApiMethod implMethod, boolean isEJB3, java.util.ArrayList<ApplicationExceptionConfig> appExceptions)