Package jadex.bpmn.runtime.handler
Class EventIntermediateServiceActivityHandler
java.lang.Object
jadex.bpmn.runtime.handler.DefaultActivityHandler
jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
- All Implemented Interfaces:
IActivityHandler
- Direct Known Subclasses:
EventStartServiceActivityHandler
public class EventIntermediateServiceActivityHandler
extends EventIntermediateMessageActivityHandler
-
Field Summary
Fields inherited from class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
PROPERTY_FILTER, PROPERTY_MESSAGE, PROPERTY_RECEIVER
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
DEBUG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Execute an activity.protected void
sendReturnValue
(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Wait for a service call.Methods inherited from class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
assembleMessage, getCid, receiveMessage, sendMessage
Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
cancel, doExecute, getBpmnFeature
-
Constructor Details
-
EventIntermediateServiceActivityHandler
public EventIntermediateServiceActivityHandler()
-
-
Method Details
-
execute
Execute an activity.- Specified by:
execute
in interfaceIActivityHandler
- Overrides:
execute
in classEventIntermediateMessageActivityHandler
- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-
sendReturnValue
protected void sendReturnValue(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Wait for a service call.- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-