Class SQLDirectory.TxSessionCleaner

  • All Implemented Interfaces:
    javax.transaction.Synchronization
    Enclosing class:
    SQLDirectory

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

      • TxSessionCleaner

        protected TxSessionCleaner​(SQLSession session)
    • Method Detail

      • 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