Package org.bonitasoft.engine.work
Class WorkSynchronization
- java.lang.Object
-
- org.bonitasoft.engine.work.WorkSynchronization
-
- All Implemented Interfaces:
javax.transaction.Synchronization,BonitaTransactionSynchronization
public class WorkSynchronization extends java.lang.Object implements BonitaTransactionSynchronization
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterCompletion(int transactionStatus)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.transaction.BonitaTransactionSynchronization
beforeCompletion
-
-
-
-
Method Detail
-
afterCompletion
public void afterCompletion(int transactionStatus)
- Specified by:
afterCompletionin interfaceBonitaTransactionSynchronization- Specified by:
afterCompletionin interfacejavax.transaction.Synchronization
-
-