|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationException | |
|---|---|
| org.glassfish.api.invocation | |
| Uses of InvocationException in org.glassfish.api.invocation |
|---|
| Methods in org.glassfish.api.invocation that throw InvocationException | ||
|---|---|---|
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. |
|
|
InvocationManager.getPreviousInvocation()
Returns the previous Invocation object associated with the current thread. |
|
|
InvocationManagerImpl.getPreviousInvocation()
return the Inovcation object of the caller return null if none exist (e.g. |
|
|
InvocationManager.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. |
|
|
InvocationManagerImpl.postInvoke(T inv)
|
|
|
InvocationManager.preInvoke(T inv)
To be called by a Container to indicate that the Container is about to invoke a method on a component. |
|
|
InvocationManagerImpl.preInvoke(T inv)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||