Uses of Class
org.glassfish.api.invocation.InvocationException
-
-
Uses of InvocationException in com.sun.enterprise.container.common.impl
Methods in com.sun.enterprise.container.common.impl that throw InvocationException Modifier and Type Method Description voidEntityManagerWrapper.NonTxEMCleaner. afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidEntityManagerWrapper.NonTxEMCleaner. afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidEntityManagerWrapper.NonTxEMCleaner. beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv)voidEntityManagerWrapper.NonTxEMCleaner. beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) -
Uses of InvocationException in com.sun.enterprise.resource.pool
Methods in com.sun.enterprise.resource.pool that throw InvocationException 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 InvocationException in com.sun.enterprise.transaction
Methods in com.sun.enterprise.transaction that throw InvocationException 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)voidJavaEETransactionManagerSimplified. postInvoke(ComponentInvocation curr, ComponentInvocation prev)voidJavaEETransactionManagerSimplified. preInvoke(ComponentInvocation prev) -
Uses of InvocationException in com.sun.enterprise.transaction.api
Methods in com.sun.enterprise.transaction.api that throw InvocationException Modifier and Type Method Description voidJavaEETransactionManager. postInvoke(ComponentInvocation curr, ComponentInvocation prev)Called by InvocationManagervoidJavaEETransactionManager. preInvoke(ComponentInvocation prev)Called by InvocationManager -
Uses of InvocationException in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation that throw InvocationException Modifier and Type Method Description voidComponentInvocationHandler. afterPostInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur)Called after the curInv has been popped from the invocation stack.voidComponentInvocationHandler. afterPreInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur)Called after the cur has been pushed into the invocation stack.voidComponentInvocationHandler. beforePostInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur)Called before the cur has been popped from the invocation stack.voidComponentInvocationHandler. beforePreInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur)Called before the cur is pushed into the invocation stack.<T extends ComponentInvocation>
TInvocationManager. getPreviousInvocation()Returns the previous Invocation object associated with the current thread.<T extends ComponentInvocation>
TInvocationManagerImpl. getPreviousInvocation()<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)
-