Searched refs:invocationManager (Results 1 - 15 of 15) sorted by relevance

/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/
H A DUserTransactionImpl.java96 private transient InvocationManager invocationManager; field in class:UserTransactionImpl
160 ComponentInvocation inv = invocationManager.getCurrentInvocation();
201 ComponentInvocation inv = invocationManager.getCurrentInvocation();
227 ComponentInvocation inv = invocationManager.getCurrentInvocation();
252 ComponentInvocation inv = invocationManager.getCurrentInvocation();
267 ComponentInvocation inv = invocationManager.getCurrentInvocation();
283 ComponentInvocation inv = invocationManager.getCurrentInvocation();
293 invocationManager = im;
H A DTransactionManagerHelper.java71 private transient InvocationManager invocationManager; field in class:TransactionManagerHelper
165 final ComponentInvocation inv = invocationManager.getCurrentInvocation();
193 final ComponentInvocation inv = invocationManager.getCurrentInvocation();
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DBeanManagerNamingProxy.java72 private InvocationManager invocationManager; field in class:BeanManagerNamingProxy
89 ComponentInvocation inv = invocationManager.getCurrentInvocation();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DAbstractSingletonContainer.java484 if (invocationManager.getCurrentInvocation() == null) {
487 invocationManager.preInvoke(ejbInv);
493 invocationManager.postInvoke(ejbInv);
500 invocationManager.preInvoke(ejbInv);
555 invocationManager.postInvoke(ejbInv);
744 invocationManager.preInvoke(ejbInv);
762 invocationManager.postInvoke(ejbInv);
H A DMessageBeanContainer.java418 prepareEjbTimeoutParams((EjbInvocation) invocationManager.getCurrentInvocation(),
508 invocationManager.preInvoke(inv);
526 invocationManager.postInvoke(inv);
694 invocationManager.preInvoke(inv);
745 invocationManager.postInvoke(inv);
1031 this.invocationManager.preInvoke(invocation);
1058 invocation = (EjbInvocation) invocationManager.getCurrentInvocation();
1195 invocation = (EjbInvocation) invocationManager.getCurrentInvocation();
1207 // counterpart of invocationManager.preInvoke
1208 invocationManager
[all...]
H A DStatefulSessionContainer.java587 invocationManager.preInvoke(ejbInv);
630 invocationManager.postInvoke(ejbInv);
706 invocationManager.getCurrentInvocation();
735 invocationManager.preInvoke(ejbInv);
745 invocationManager.postInvoke(ejbInv);
1833 invocationManager.preInvoke(inv);
1851 invocationManager.postInvoke(inv);
1930 invocationManager.preInvoke(ejbInv);
1968 invocationManager.postInvoke(ejbInv);
1995 invocationManager
[all...]
H A DEntityContextImpl.java243 container.invocationManager.getCurrentInvocation();
H A DStatelessSessionContainer.java481 invocationManager.preInvoke(ejbInv);
539 invocationManager.postInvoke(ejbInv);
746 invocationManager.preInvoke(ejbInv);
758 invocationManager.postInvoke(ejbInv);
H A DEntityContainer.java1259 invocationManager.preInvoke(inv);
1289 invocationManager.postInvoke(inv);
1456 invocationManager.preInvoke(inv);
1474 invocationManager.postInvoke(inv);
1714 invocationManager.preInvoke(inv);
1729 invocationManager.postInvoke(inv);
1954 invocationManager.preInvoke(inv);
1963 invocationManager.postInvoke(inv);
2028 invocationManager.preInvoke(inv2);
2042 invocationManager
[all...]
H A DAbstractSessionContextImpl.java288 return container.invocationManager.getCurrentInvocation();
H A DBaseContainer.java418 protected InvocationManager invocationManager; field in class:BaseContainer
477 invocationManager = ejbContainerUtilImpl.getInvocationManager();
1911 invocationManager.preInvoke(inv);
2019 // counterpart of invocationManager.preInvoke
2021 invocationManager.postInvoke(inv);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DEmbeddedWebContainer.java90 private InvocationManager invocationManager; field in class:EmbeddedWebContainer
129 invocationManager = habitat.getByContract(
234 new WebContainerListener(invocationManager, injectionManager));
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DAppClientContainer.java241 private InvocationManager invocationManager; field in class:AppClientContainer
520 invocationManager,
600 InvocationManager invocationManager,
618 invocationManager.preInvoke(ci);
598 getClientMainClass(final ClassLoader loader, InjectionManager injectionManager, InvocationManager invocationManager, String componentId, AppClientContainer container, ApplicationClientDescriptor acDesc) argument
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/services/
H A DJCDIServiceImpl.java86 private InvocationManager invocationManager; field in class:JCDIServiceImpl
95 ComponentInvocation inv = invocationManager.getCurrentInvocation();
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DConnectorRuntime.java149 private InvocationManager invocationManager; field in class:ConnectorRuntime
943 * provides the invocationManager
948 return invocationManager;

Completed in 1228 milliseconds