Searched refs:checkUnfinishedTx (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DAbstractSingletonContainer.java291 protected void checkUnfinishedTx(Transaction prevTx, EjbInvocation inv) { method in class:AbstractSingletonContainer
H A DBaseContainer.java4579 checkUnfinishedTx(prevTx, inv);
4618 checkUnfinishedTx(prevTx, inv);
4630 checkUnfinishedTx(prevTx, inv);
4644 protected void checkUnfinishedTx(Transaction prevTx, EjbInvocation inv) { method in class:BaseContainer
4663 checkUnfinishedTx(prevTx, inv);
H A DEntityContainer.java1359 protected void checkUnfinishedTx(Transaction prevTx, EjbInvocation inv) { method in class:EntityContainer

Completed in 36 milliseconds