Searched defs:getTxAttr (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java2764 protected final int getTxAttr(Method method, String methodIntf) method in class:BaseContainer
2785 protected final int getTxAttr(EjbInvocation inv) method in class:BaseContainer
2792 int txAttr = getTxAttr(inv.method, inv.getMethodInterface());
3592 // tx attributes can be looked up with variations of getTxAttr()
4538 int txAttr = getTxAttr(inv);

Completed in 29 milliseconds