Package org.bonitasoft.engine.synchro
Class WaitForEventSynchronization
java.lang.Object
org.bonitasoft.engine.synchro.WaitForEventSynchronization
- All Implemented Interfaces:
javax.transaction.Synchronization,BonitaTransactionSynchronization
- Author:
- Baptiste Mesta
-
Constructor Summary
ConstructorsConstructorDescriptionWaitForEventSynchronization(Map<String, Serializable> event, Long id, SynchroService synchroService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.transaction.BonitaTransactionSynchronization
beforeCompletion
-
Constructor Details
-
WaitForEventSynchronization
public WaitForEventSynchronization(Map<String, Serializable> event, Long id, SynchroService synchroService)
-
-
Method Details
-
afterCompletion
public void afterCompletion(int status) - Specified by:
afterCompletionin interfaceBonitaTransactionSynchronization- Specified by:
afterCompletionin interfacejavax.transaction.Synchronization
-