Uses of Class
org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
-
-
Uses of ComponentInvocation.ComponentInvocationType in com.sun.enterprise.container.common.impl
-
Uses of ComponentInvocation.ComponentInvocationType in com.sun.enterprise.resource.pool
Methods in com.sun.enterprise.resource.pool with parameters of type ComponentInvocation.ComponentInvocationType Modifier and Type Method Description voidPoolManagerImpl. afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidPoolManagerImpl. afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidPoolManagerImpl. beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidPoolManagerImpl. beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) -
Uses of ComponentInvocation.ComponentInvocationType in com.sun.enterprise.transaction
Methods in com.sun.enterprise.transaction with parameters of type ComponentInvocation.ComponentInvocationType Modifier and Type Method Description voidTransactionInvocationHandler. afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidTransactionInvocationHandler. afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidTransactionInvocationHandler. beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidTransactionInvocationHandler. beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) -
Uses of ComponentInvocation.ComponentInvocationType in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation that return ComponentInvocation.ComponentInvocationType Modifier and Type Method Description ComponentInvocation.ComponentInvocationTypeComponentInvocation. getInvocationType()static ComponentInvocation.ComponentInvocationTypeComponentInvocation.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.Constructors in org.glassfish.api.invocation with parameters of type ComponentInvocation.ComponentInvocationType Constructor Description ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object instance, Object container, Object transaction)ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object container, String appName, String moduleName, String registrationName)
-