Package org.bonitasoft.engine.synchro
Class AbstractJMSUpdateHandler
java.lang.Object
org.bonitasoft.engine.synchro.AbstractUpdateHandler
org.bonitasoft.engine.synchro.AbstractJMSUpdateHandler
- All Implemented Interfaces:
Serializable,SHandler<SEvent>
- Direct Known Subclasses:
FlowNodeReachStateHandler,ProcessInstanceFinishedHandler,TaskReadyHandler
- Author:
- Baptiste Mesta, Guillaume Rosinosky
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BonitaTransactionSynchronizationgetSynchronization(Map<String, Serializable> event, Long id, ServiceAccessor serviceAccessor) Methods inherited from class org.bonitasoft.engine.synchro.AbstractUpdateHandler
execute, getEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.events.model.SHandler
getIdentifier, isInterested
-
Constructor Details
-
AbstractJMSUpdateHandler
-
-
Method Details
-
getSynchronization
protected BonitaTransactionSynchronization getSynchronization(Map<String, Serializable> event, Long id, ServiceAccessor serviceAccessor) - Overrides:
getSynchronizationin classAbstractUpdateHandler
-