Uses of Class
org.glassfish.api.invocation.ComponentInvocation
Packages that use ComponentInvocation
-
Uses of ComponentInvocation in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation with type parameters of type ComponentInvocationModifier and TypeMethodDescription<T extends ComponentInvocation>
TInvocationManager.getCurrentInvocation()Returns the current Invocation object associated with the current thread<T extends ComponentInvocation>
TInvocationManagerImpl.getCurrentInvocation()return the Invocation object of the component being called<T extends ComponentInvocation>
TInvocationManager.getPreviousInvocation()Returns the previous Invocation object associated with the current thread.<T extends ComponentInvocation>
TInvocationManagerImpl.getPreviousInvocation()return the Inovcation object of the caller return null if none exist (e.g.<T extends ComponentInvocation>
voidInvocationManager.postInvoke(T inv) To be called by a Container to indicate that the Container has just completed the invocation of a method on a component.<T extends ComponentInvocation>
voidInvocationManagerImpl.postInvoke(T invocation) <T extends ComponentInvocation>
voidInvocationManager.preInvoke(T inv) To be called by a Container to indicate that the Container is about to invoke a method on a component.<T extends ComponentInvocation>
voidInvocationManagerImpl.preInvoke(T invocation) Methods in org.glassfish.api.invocation that return ComponentInvocationMethods in org.glassfish.api.invocation that return types with arguments of type ComponentInvocationModifier and TypeMethodDescriptionList<? extends ComponentInvocation>InvocationManager.getAllInvocations()InvocationManagerImpl.getAllInvocations()Methods in org.glassfish.api.invocation with parameters of type ComponentInvocationModifier and TypeMethodDescriptionvoidComponentInvocationHandler.afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) Called after the curInv has been popped from the invocation stack.voidComponentInvocationHandler.afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) Called after the curInv has been pushed into the invocation stack.voidComponentInvocationHandler.beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) Called before the curInv has been popped from the invocation stack.voidComponentInvocationHandler.beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) Called before the curInv is pushed into the invocation stack.