Package jadex.bpmn.runtime.handler
Class CompositeCancelable
- java.lang.Object
- 
- jadex.bpmn.runtime.handler.CompositeCancelable
 
- 
- All Implemented Interfaces:
- ICancelable
 
 public class CompositeCancelable extends java.lang.Object implements ICancelable 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessinstanceprotected java.util.List<jadex.bpmn.model.MSequenceEdge>outgoingprotected ICancelable[]subcancelinfosprotected ProcessThreadthread
 - 
Constructor SummaryConstructors Constructor Description CompositeCancelable(java.util.List<jadex.bpmn.model.MSequenceEdge> outgoing, ProcessThread thread, IInternalAccess instance, ICancelable[] subcancelinfos)Create a new CompositeCancelable.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>cancel()Cancel the activity.ICancelable[]getSubcancelInfos()Get the subcancelinfos.
 
- 
- 
- 
Field Detail- 
outgoingprotected java.util.List<jadex.bpmn.model.MSequenceEdge> outgoing 
 - 
threadprotected ProcessThread thread 
 - 
instanceprotected IInternalAccess instance 
 - 
subcancelinfosprotected ICancelable[] subcancelinfos 
 
- 
 - 
Constructor Detail- 
CompositeCancelablepublic CompositeCancelable(java.util.List<jadex.bpmn.model.MSequenceEdge> outgoing, ProcessThread thread, IInternalAccess instance, ICancelable[] subcancelinfos)Create a new CompositeCancelable.
 
- 
 - 
Method Detail- 
cancelpublic IFuture<java.lang.Void> cancel() Cancel the activity.- Specified by:
- cancelin interface- ICancelable
 
 - 
getSubcancelInfospublic ICancelable[] getSubcancelInfos() Get the subcancelinfos. return The subcancelinfos.
 
- 
 
-