Class SQLDirectory.TxSessionCleaner

java.lang.Object
org.nuxeo.ecm.directory.sql.SQLDirectory.TxSessionCleaner
All Implemented Interfaces:
javax.transaction.Synchronization
Enclosing class:
SQLDirectory

protected class SQLDirectory.TxSessionCleaner extends Object implements javax.transaction.Synchronization
  • Constructor Details

    • TxSessionCleaner

      protected TxSessionCleaner(SQLSession session)
  • Method Details

    • captureInitContext

      protected Throwable captureInitContext()
    • checkIsNotLive

      protected void checkIsNotLive()
    • beforeCompletion

      public void beforeCompletion()
      Specified by:
      beforeCompletion in interface javax.transaction.Synchronization
    • afterCompletion

      public void afterCompletion(int status)
      Specified by:
      afterCompletion in interface javax.transaction.Synchronization