Uses of Enum Class
org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
Packages that use ComponentInvocation.ComponentInvocationType
-
Uses of ComponentInvocation.ComponentInvocationType in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation that return ComponentInvocation.ComponentInvocationTypeModifier and TypeMethodDescriptionComponentInvocation.getInvocationType()Returns the enum constant of this class with the specified name.ComponentInvocation.ComponentInvocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.api.invocation with parameters of type ComponentInvocation.ComponentInvocationTypeModifier 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.voidInvocationManager.registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler) voidInvocationManagerImpl.registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler) voidComponentInvocation.setComponentInvocationType(ComponentInvocation.ComponentInvocationType t) Constructors in org.glassfish.api.invocation with parameters of type ComponentInvocation.ComponentInvocationTypeModifierConstructorDescriptionComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object instance, Object container, Object transaction) ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object container, String appName, String moduleName)