Searched refs:postInvoke (Results 1 - 25 of 63) sorted by relevance

123

/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/proxy/
H A DInterceptor.java50 public void postInvoke(CallStack callStack); method in interface:Interceptor
H A DInterceptorImpl.java52 public void postInvoke(CallStack callStack) { method in class:InterceptorImpl
H A DProxyClass.java109 interceptor.postInvoke(callStack);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/stats/
H A DEJBMethodStatsManager.java51 public void postInvoke(Method method, Throwable th); method in interface:EJBMethodStatsManager
/glassfish-3.1.2/web/web-core/src/main/java/org/glassfish/web/valve/
H A DGlassFishValve.java175 public void postInvoke(Request request, Response response) method in interface:GlassFishValve
H A DGlassFishValveAdapter.java76 postInvokeMethod = gfValve.getClass().getMethod("postInvoke",
99 * Delegates to the postInvoke() of the wrapped GlassFish-style valve.
101 public void postInvoke(Request request, Response response) method in class:GlassFishValveAdapter
H A DTomcatValveAdapter.java91 * Delegates to the invoke() and postInvoke() methods of the wrapped
102 gfValve.postInvoke(request, response);
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/invocation/
H A DInvocationManager.java58 * The preInvoke and postInvoke must be called in pairs and well-nested.
67 * The preInvoke and postInvoke must be called in pairs and well-nested.
71 public <T extends ComponentInvocation> void postInvoke(T inv) throws InvocationException; method in interface:InvocationManager
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/transport/
H A DJBIAdapter.java115 /** For every endpoint invocation a preInvoke and postInvoke must be
117 * JBIAdapterBuilder. The postInvoke method should be called before
120 private void postInvoke() { method in class:JBIAdapter
127 invocationMgr.postInvoke(inv);
141 postInvoke();
146 postInvoke();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DSecurityManager.java90 public void postInvoke (ComponentInvocation inv); method in interface:SecurityManager
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DWeb109Adapter.java71 invocationMgr.postInvoke(invocation);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ejb/
H A DEJBHelper.java150 * or if the postInvoke method does not use the value, this method returns null.
163 * @see TransactionHelper#postInvoke(Object im)
166 public static void postInvoke(Object im) { method in class:EJBHelper
167 myHelper.postInvoke(im);
360 * @see TransactionHelper#postInvoke(Object im)
364 public void postInvoke(Object im) { method in class:EJBHelper.DefaultTransactionHelper
366 messages, "ejb.ejbhelper.nonmanaged", "postInvoke")); //NOI18N
H A DTransactionHelper.java135 * The return value is passed unchanged to the postInvoke method.
149 void postInvoke(Object im); method in interface:TransactionHelper
H A DTransactionHelperImpl.java162 * The return value is passed unchanged to the postInvoke method.
178 public void postInvoke(Object im) { method in class:TransactionHelperImpl
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEjbEndpointFacadeImpl.java121 // Only use container version of postInvoke if we got past
125 // to ensure that InvocationManager.postInvoke is always
129 // BaseContainer.postInvoke.
135 invManager_.postInvoke(inv);
H A DEjbAsyncTask.java114 container.postInvoke(inv, inv.getDoTxProcessingInPostInvoke());
/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/
H A DTransactionInvocationHandler.java95 tm.postInvoke(curInv, prevInv);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardContextValve.java176 basic.postInvoke(request, response);
209 basic.postInvoke(request, response);
214 postInvoke(request, response);
219 public void postInvoke(Request request, Response response) method in class:StandardContextValve
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/web/server/
H A DWebContainerListener.java95 // postInvoke events
141 postInvoke(wm);
145 postInvoke(wm);
162 private void postInvoke(WebModule ctx) { method in class:WebContainerListener
165 invocationMgr.postInvoke(inv);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DContainer.java206 void postInvoke(EjbInvocation inv); method in interface:Container
/glassfish-3.1.2/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/
H A DOneWork.java123 coordinator.postInvoke();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/stats/
H A DMethodMonitor.java100 public void postInvoke(Throwable th) { method in class:MethodMonitor
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/
H A DEjbSecurityComponentInvocationHandler.java105 ((EjbInvocation) curInv).getEjbSecurityManager().postInvoke(curInv);
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/api/
H A DJavaEETransactionManager.java195 public void postInvoke(ComponentInvocation curr, ComponentInvocation prev) method in interface:JavaEETransactionManager
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DAdHocContextValve.java156 public void postInvoke(Request request, Response response) method in class:AdHocContextValve

Completed in 83 milliseconds

123