StringBuffer sb = new StringBuffer();
sb.append("Invocation Info for ejb " + ejbName + "\t");
sb.append("method = " + method + "\t");
sb.append("methodIntf = " + methodIntf + "\t");
sb.append("tx attr = " + Container.txAttrStrings[txAttr] + "\t");
sb.append("Cached permission = " + cachedPermission + "\t");
sb.append("target method 1 = " + targetMethod1 + "\t");
sb.append("target method 2 = " + targetMethod2 + "\t");
sb.append("ejbIntfOverride = " + ejbIntfOverride + "\t");
sb.append("flushenabled = " + flushEnabled + "\t");
sb.append("checkpointenabled = " + checkpointEnabled + "\t");
sb.append("removalInfo = " + removalInfo + "\t");
sb.append("\n");
return sb.toString();