Class EntityManagerWrapper.NonTxEMCleaner
java.lang.Object
com.sun.enterprise.container.common.impl.EntityManagerWrapper.NonTxEMCleaner
- All Implemented Interfaces:
org.glassfish.api.invocation.ComponentInvocationHandler
- Enclosing class:
- EntityManagerWrapper
@Service
public static class EntityManagerWrapper.NonTxEMCleaner
extends Object
implements org.glassfish.api.invocation.ComponentInvocationHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPostInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv) voidafterPreInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv) voidbeforePostInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv) voidbeforePreInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation newInv)
-
Constructor Details
-
NonTxEMCleaner
public NonTxEMCleaner()
-
-
Method Details
-
beforePreInvoke
public void beforePreInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation newInv) throws org.glassfish.api.invocation.InvocationException - Specified by:
beforePreInvokein interfaceorg.glassfish.api.invocation.ComponentInvocationHandler- Throws:
org.glassfish.api.invocation.InvocationException
-
afterPreInvoke
public void afterPreInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv) throws org.glassfish.api.invocation.InvocationException - Specified by:
afterPreInvokein interfaceorg.glassfish.api.invocation.ComponentInvocationHandler- Throws:
org.glassfish.api.invocation.InvocationException
-
beforePostInvoke
public void beforePostInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv) throws org.glassfish.api.invocation.InvocationException - Specified by:
beforePostInvokein interfaceorg.glassfish.api.invocation.ComponentInvocationHandler- Throws:
org.glassfish.api.invocation.InvocationException
-
afterPostInvoke
public void afterPostInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv) throws org.glassfish.api.invocation.InvocationException - Specified by:
afterPostInvokein interfaceorg.glassfish.api.invocation.ComponentInvocationHandler- Throws:
org.glassfish.api.invocation.InvocationException
-