| Modifier and Type | Method and Description |
|---|---|
void |
EntityManagerWrapper.NonTxEMCleaner.afterPostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
EntityManagerWrapper.NonTxEMCleaner.afterPreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
EntityManagerWrapper.NonTxEMCleaner.beforePostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
EntityManagerWrapper.NonTxEMCleaner.beforePreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation newInv) |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolManagerImpl.afterPostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
PoolManagerImpl.afterPreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
PoolManagerImpl.beforePostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
PoolManagerImpl.beforePreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation newInv) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionInvocationHandler.afterPostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
TransactionInvocationHandler.afterPreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
TransactionInvocationHandler.beforePostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv) |
void |
TransactionInvocationHandler.beforePreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation newInv) |
void |
JavaEETransactionManagerSimplified.postInvoke(ComponentInvocation curr,
ComponentInvocation prev) |
void |
JavaEETransactionManagerSimplified.preInvoke(ComponentInvocation prev) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEETransactionManager.postInvoke(ComponentInvocation curr,
ComponentInvocation prev)
Called by InvocationManager
|
void |
JavaEETransactionManager.preInvoke(ComponentInvocation prev)
Called by InvocationManager
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
<T extends ComponentInvocation> |
InvocationManager.getPreviousInvocation()
Returns the previous Invocation object associated with the current thread.
|
<T extends ComponentInvocation> |
InvocationManagerImpl.getPreviousInvocation()
return the Invocation object of the caller
return null if none exist (e.g.
|
<T extends ComponentInvocation> |
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.
|
<T extends ComponentInvocation> |
InvocationManagerImpl.postInvoke(T invocation) |
<T extends ComponentInvocation> |
InvocationManager.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> |
InvocationManagerImpl.preInvoke(T invocation) |
Copyright © 2019. All rights reserved.