Searched defs:invocation (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/invocation/
H A DRegisteredComponentInvocationHandler.java41 package org.glassfish.api.invocation;
H A DResourceHandler.java41 package org.glassfish.api.invocation;
H A DInvocationException.java41 package org.glassfish.api.invocation;
H A DComponentInvocationHandler.java41 package org.glassfish.api.invocation;
43 import static org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType;
58 * Called <b>before</b> the curInv is pushed into the invocation stack.
70 * Called <b>after</b> the curInv has been pushed into the invocation stack.
82 * Called <b>before</b> the curInv has been popped from the invocation stack.
94 * Called <b>after</b> the curInv has been popped from the invocation stack.
H A DInvocationManager.java41 package org.glassfish.api.invocation;
44 import org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType;
66 * just completed the invocation of a method on a component.
H A DInvocationManagerImpl.java41 package org.glassfish.api.invocation;
51 import org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType;
98 // get current invocation
114 // Push a copy of invocation onto the new result
161 //push this invocation on the stack
H A DComponentInvocation.java41 package org.glassfish.api.invocation;
78 // happening for this invocation context
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DWeb109Adapter.java44 import org.glassfish.api.invocation.ComponentInvocation;
45 import org.glassfish.api.invocation.InvocationManager;
53 private final ComponentInvocation invocation; field in class:Web109Adapter
57 ComponentInvocation invocation) {
59 this.invocation = invocation;
65 invocationMgr.preInvoke(invocation);
71 invocationMgr.postInvoke(invocation);
55 Web109Adapter(String name, String urlPattern, WSEndpoint endpoint, ServletFakeArtifactSet servletFakeArtifactSet, ComponentInvocation invocation) argument

Completed in 49 milliseconds