Package org.nuxeo.ecm.directory.sql
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 Summary
Constructors Modifier Constructor Description protectedTxSessionCleaner(SQLSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterCompletion(int status)voidbeforeCompletion()protected ThrowablecaptureInitContext()protected voidcheckIsNotLive()
-
-
-
Constructor Detail
-
TxSessionCleaner
protected TxSessionCleaner(SQLSession session)
-
-
Method Detail
-
captureInitContext
protected Throwable captureInitContext()
-
checkIsNotLive
protected void checkIsNotLive()
-
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletionin interfacejavax.transaction.Synchronization
-
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletionin interfacejavax.transaction.Synchronization
-
-