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 protected
TxSessionCleaner(SQLSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterCompletion(int status)
void
beforeCompletion()
protected Throwable
captureInitContext()
protected void
checkIsNotLive()
-
-
-
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 interfacejavax.transaction.Synchronization
-
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion
in interfacejavax.transaction.Synchronization
-
-