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(java.lang.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 InvocationManager.registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType type, RegisteredComponentInvocationHandler handler)
           
 void InvocationManagerImpl.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(java.lang.String componentId, ComponentInvocation.ComponentInvocationType invocationType, java.lang.Object container)
           
ComponentInvocation(java.lang.String componentId, ComponentInvocation.ComponentInvocationType invocationType, java.lang.Object instance, java.lang.Object container, java.lang.Object transaction)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.