/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/proxy/ |
H A D | Interceptor.java | 50 public void postInvoke(CallStack callStack); method in interface:Interceptor
|
H A D | InterceptorImpl.java | 52 public void postInvoke(CallStack callStack) { method in class:InterceptorImpl
|
H A D | ProxyClass.java | 109 interceptor.postInvoke(callStack);
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/stats/ |
H A D | EJBMethodStatsManager.java | 51 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 D | GlassFishValve.java | 175 public void postInvoke(Request request, Response response) method in interface:GlassFishValve
|
H A D | GlassFishValveAdapter.java | 76 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 D | TomcatValveAdapter.java | 91 * 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 D | InvocationManager.java | 58 * 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 D | JBIAdapter.java | 115 /** 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 D | SecurityManager.java | 90 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 D | Web109Adapter.java | 71 invocationMgr.postInvoke(invocation);
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ejb/ |
H A D | EJBHelper.java | 150 * 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 D | TransactionHelper.java | 135 * The return value is passed unchanged to the postInvoke method. 149 void postInvoke(Object im); method in interface:TransactionHelper
|
H A D | TransactionHelperImpl.java | 162 * 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 D | EjbEndpointFacadeImpl.java | 121 // 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 D | EjbAsyncTask.java | 114 container.postInvoke(inv, inv.getDoTxProcessingInPostInvoke());
|
/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/ |
H A D | TransactionInvocationHandler.java | 95 tm.postInvoke(curInv, prevInv);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
H A D | StandardContextValve.java | 176 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 D | WebContainerListener.java | 95 // 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 D | Container.java | 206 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 D | OneWork.java | 123 coordinator.postInvoke();
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/stats/ |
H A D | MethodMonitor.java | 100 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 D | EjbSecurityComponentInvocationHandler.java | 105 ((EjbInvocation) curInv).getEjbSecurityManager().postInvoke(curInv);
|
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/api/ |
H A D | JavaEETransactionManager.java | 195 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 D | AdHocContextValve.java | 156 public void postInvoke(Request request, Response response) method in class:AdHocContextValve
|