Uses of Class
org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType

Packages that use ComponentInvocation.ComponentInvocationType
org.glassfish.api.invocation   
 

Uses of ComponentInvocation.ComponentInvocationType in org.glassfish.api.invocation
 

Methods in org.glassfish.api.invocation that return ComponentInvocation.ComponentInvocationType
 ComponentInvocation.ComponentInvocationType ComponentInvocation.getInvocationType()
           
static ComponentInvocation.ComponentInvocationType ComponentInvocation.ComponentInvocationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentInvocation.ComponentInvocationType[] ComponentInvocation.ComponentInvocationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.api.invocation with parameters of type ComponentInvocation.ComponentInvocationType
 void ComponentInvocationHandler.afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)
          Called after the curInv has been popped from the invocation stack.
 void ComponentInvocationHandler.afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)
          Called after the curInv has been pushed into the invocation stack.
 void ComponentInvocationHandler.beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)
          Called before the curInv has been popped from the invocation stack.
 void ComponentInvocationHandler.beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv)
          Called before the curInv is pushed into the invocation stack.
 void InvocationManagerImpl.registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler)
           
 void InvocationManager.registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler)
           
 void ComponentInvocation.setComponentInvocationType(ComponentInvocation.ComponentInvocationType t)
           
 

Constructors in org.glassfish.api.invocation with parameters of type ComponentInvocation.ComponentInvocationType
ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object instance, Object container, Object transaction)
           
ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object container, String appName, String moduleName)
           
 



Copyright © 2012. All Rights Reserved.