@Service public class TransactionInvocationHandler extends Object implements ComponentInvocationHandler
| Constructor and Description |
|---|
TransactionInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called after the curInv has been popped from the invocation stack.
|
void |
afterPreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called after the curInv has been pushed into the invocation stack.
|
void |
beforePostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called before the curInv has been popped from the invocation stack.
|
void |
beforePreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation newInv)
Called before the curInv is pushed into the invocation stack.
|
public void beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) throws InvocationException
ComponentInvocationHandlerbeforePreInvoke in interface ComponentInvocationHandlerInvocationExceptionpublic void afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
ComponentInvocationHandlerafterPreInvoke in interface ComponentInvocationHandlerInvocationExceptionpublic void beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
ComponentInvocationHandlerbeforePostInvoke in interface ComponentInvocationHandlerInvocationExceptionpublic void afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
ComponentInvocationHandlerafterPostInvoke in interface ComponentInvocationHandlerInvocationExceptionCopyright © 2017. All rights reserved.