Searched refs:_getContext (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBMCSingletonContainer.java67 protected ComponentContext _getContext(EjbInvocation inv) { method in class:BMCSingletonContainer
H A DCMCSingletonContainer.java109 * releases the lock acquired by _getContext().
116 protected ComponentContext _getContext(EjbInvocation inv) { method in class:CMCSingletonContainer
138 * even if exceptions were thrown in _getContext()
175 * in _getContext().
177 * @see com.sun.ejb.containers.CMCSingletonContainer#_getContext(EjbInvocation inv)
178 * @param inv The current EjbInvocation that was passed to _getContext()
H A DReadOnlyBeanContainer.java222 protected ComponentContext _getContext(EjbInvocation inv) { method in class:ReadOnlyBeanContainer
223 ComponentContext ctx = super._getContext(inv);
H A DStatelessSessionContainer.java447 protected ComponentContext _getContext(EjbInvocation inv) { method in class:StatelessSessionContainer
H A DMessageBeanContainer.java544 protected ComponentContext _getContext(EjbInvocation inv) { method in class:MessageBeanContainer
H A DBaseContainer.java2547 return (inv.context == null) ? _getContext(inv) : inv.context;
2552 protected abstract ComponentContext _getContext(EjbInvocation inv) method in class:BaseContainer
H A DEntityContainer.java538 protected ComponentContext _getContext(EjbInvocation inv) { method in class:EntityContainer
H A DStatefulSessionContainer.java1402 public ComponentContext _getContext(EjbInvocation inv) { method in class:StatefulSessionContainer

Completed in 51 milliseconds