@Service public static class EntityManagerWrapper.NonTxEMCleaner extends Object implements ComponentInvocationHandler
Constructor and Description |
---|
NonTxEMCleaner() |
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 cur has been pushed into the invocation stack.
|
void |
beforePostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called before the cur has been popped from the invocation stack.
|
void |
beforePreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation newInv)
Called before the cur is pushed into the invocation stack.
|
public void beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) throws InvocationException
ComponentInvocationHandler
beforePreInvoke
in interface ComponentInvocationHandler
InvocationException
public void afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
ComponentInvocationHandler
afterPreInvoke
in interface ComponentInvocationHandler
InvocationException
public void beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
ComponentInvocationHandler
beforePostInvoke
in interface ComponentInvocationHandler
InvocationException
public void afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
ComponentInvocationHandler
afterPostInvoke
in interface ComponentInvocationHandler
InvocationException
Copyright © 2021. All rights reserved.