| java.lang.Object com.caucho.java.gen.CallChain com.caucho.java.gen.FilterCallChain com.caucho.ejb.gen.TransactionChain
TransactionChain | public class TransactionChain extends FilterCallChain (Code) | | Generates the skeleton for a method call.
|
Method Summary | |
public static TransactionChain | create(CallChain next, TransactionAttributeType xaType, ApiMethod apiMethod, ApiMethod implMethod) | public static TransactionChain | create(CallChain next, TransactionAttributeType xaType, ApiMethod apiMethod, ApiMethod implMethod, boolean isEJB3, ArrayList<ApplicationExceptionConfig> appExceptions) | public void | generateCall(JavaWriter out, String retType, String var, String[] args) | protected void | generateExceptionHandling(JavaWriter out) |
generateCall | public void generateCall(JavaWriter out, String retType, String var, String[] args) throws IOException(Code) | | Prints a call within the same JVM
Parameters: methodName - the name of the method to call Parameters: method - the method to call |
|
|