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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterPostInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv)
     
    void
    afterPreInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv)
     
    void
    beforePostInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation curInv)
     
    void
    beforePreInvoke(org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType invType, org.glassfish.api.invocation.ComponentInvocation prevInv, org.glassfish.api.invocation.ComponentInvocation newInv)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      beforePreInvoke in interface org.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:
      afterPreInvoke in interface org.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:
      beforePostInvoke in interface org.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:
      afterPostInvoke in interface org.glassfish.api.invocation.ComponentInvocationHandler
      Throws:
      org.glassfish.api.invocation.InvocationException