Package org.bonitasoft.engine.synchro
Class WaitForEventSynchronization
- java.lang.Object
-
- org.bonitasoft.engine.synchro.WaitForEventSynchronization
-
- All Implemented Interfaces:
javax.transaction.Synchronization
,BonitaTransactionSynchronization
public class WaitForEventSynchronization extends java.lang.Object implements BonitaTransactionSynchronization
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description WaitForEventSynchronization(java.util.Map<java.lang.String,java.io.Serializable> event, java.lang.Long id, SynchroService synchroService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterCompletion(int status)
-
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
-
-
-
-
Constructor Detail
-
WaitForEventSynchronization
public WaitForEventSynchronization(java.util.Map<java.lang.String,java.io.Serializable> event, java.lang.Long id, SynchroService synchroService)
-
-
Method Detail
-
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion
in interfaceBonitaTransactionSynchronization
- Specified by:
afterCompletion
in interfacejavax.transaction.Synchronization
-
-