Searched refs:releaseContext (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBMCSingletonContainer.java79 public void releaseContext(EjbInvocation inv) { method in class:BMCSingletonContainer
H A DCMCSingletonContainer.java90 * lock, the lock is guaranteed to be unlocked in releaseContext()
107 * calls releaseContext() will be called if container.preInvoke()
137 * lock, the lock is guaranteed to be unlocked in releaseContext()
180 public void releaseContext(EjbInvocation inv) { method in class:CMCSingletonContainer
H A DMessageBeanContainer.java558 public void releaseContext(EjbInvocation inv) { method in class:MessageBeanContainer
1228 releaseContext(invocation);
H A DStatelessSessionContainer.java589 public void releaseContext(EjbInvocation inv) { method in class:StatelessSessionContainer
659 // We dissociate the transaction from the bean in releaseContext above
H A DEntityContainer.java104 * releaseContext, preInvokeTx, postInvokeTx are called from BaseContainer).
108 * ejb.ejbPostCreate, container.postInvokeTx, container.releaseContext
112 * container.releaseContext
116 * container.releaseContext
626 public void releaseContext(EjbInvocation inv) { method in class:EntityContainer
1116 // Mark EJB as removed. Now releaseContext will add bean to pool
1125 // Mark EJB as removed. Now releaseContext will add bean to pool
1290 releaseContext(inv);
1483 // Note: this can be called before releaseContext (if container
1485 // be called after releaseContext (i
[all...]
H A DBaseContainer.java2055 releaseContext(inv);
2369 releaseContext(inv);
2556 protected abstract void releaseContext(EjbInvocation inv) method in class:BaseContainer
H A DStatefulSessionContainer.java1461 // cases releaseContext() isn't called so for safety we'll have more than one
1538 // releaseContext isn't called if this method throws an exception,
1636 // until releaseContext so that PreDestroy won't run within
1676 public void releaseContext(EjbInvocation inv) { method in class:StatefulSessionContainer
1705 // we call it here in releaseContext, after

Completed in 44 milliseconds