Package jadex.bpmn.runtime.handler
Class CompositeCancelable
java.lang.Object
jadex.bpmn.runtime.handler.CompositeCancelable
- All Implemented Interfaces:
ICancelable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.core.IComponent
protected List
<MSequenceEdge> protected ICancelable[]
protected ProcessThread
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeCancelable
(List<MSequenceEdge> outgoing, ProcessThread thread, jadex.core.IComponent instance, ICancelable[] subcancelinfos) Create a new CompositeCancelable. -
Method Summary
-
Field Details
-
outgoing
-
thread
-
instance
protected jadex.core.IComponent instance -
subcancelinfos
-
-
Constructor Details
-
CompositeCancelable
public CompositeCancelable(List<MSequenceEdge> outgoing, ProcessThread thread, jadex.core.IComponent instance, ICancelable[] subcancelinfos) Create a new CompositeCancelable.
-
-
Method Details
-
cancel
Cancel the activity.- Specified by:
cancel
in interfaceICancelable
-
getSubcancelInfos
Get the subcancelinfos. return The subcancelinfos.
-