Package org.bonitasoft.engine.synchro
Class SendJMSMessageSynchronization
java.lang.Object
org.bonitasoft.engine.synchro.SendJMSMessageSynchronization
- All Implemented Interfaces:
javax.transaction.Synchronization,BonitaTransactionSynchronization
public class SendJMSMessageSynchronization
extends Object
implements BonitaTransactionSynchronization
- Author:
- Baptiste Mesta
-
Constructor Summary
ConstructorsConstructorDescriptionSendJMSMessageSynchronization(Map<String, Serializable> event, Long id, JMSProducer jmsProducer) -
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
-
SendJMSMessageSynchronization
public SendJMSMessageSynchronization(Map<String, Serializable> event, Long id, JMSProducer jmsProducer)
-
-
Method Details
-
afterCompletion
public void afterCompletion(int status) - Specified by:
afterCompletionin interfaceBonitaTransactionSynchronization- Specified by:
afterCompletionin interfacejavax.transaction.Synchronization
-