Package org.bonitasoft.engine.synchro
Class FlowNodeReachStateHandler
java.lang.Object
org.bonitasoft.engine.synchro.AbstractUpdateHandler
org.bonitasoft.engine.synchro.AbstractJMSUpdateHandler
org.bonitasoft.engine.synchro.FlowNodeReachStateHandler
- All Implemented Interfaces:
Serializable,SHandler<SEvent>
- Author:
- Elias Ricken de Medeiros
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowNodeReachStateHandler(long messageTimeout, String brokerURL, int stateId) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,Serializable> Returns a unique identifier for each instance of the HandlerbooleanisInterested(SEvent event) Precise if the current Handler is interested by the given event.Methods inherited from class org.bonitasoft.engine.synchro.AbstractJMSUpdateHandler
getSynchronizationMethods inherited from class org.bonitasoft.engine.synchro.AbstractUpdateHandler
execute
-
Constructor Details
-
FlowNodeReachStateHandler
-
-
Method Details
-
getEvent
- Specified by:
getEventin classAbstractUpdateHandler
-
isInterested
Description copied from interface:SHandlerPrecise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method. -
getIdentifier
Description copied from interface:SHandlerReturns a unique identifier for each instance of the Handler
-