Package jadex.bpmn.runtime.task
Class CreateComponentTask
- java.lang.Object
- 
- jadex.bpmn.runtime.task.CreateComponentTask
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Future<IComponentIdentifier>creationfutureFuture called when the component is created to allow compensation (i.e.
 - 
Constructor SummaryConstructors Constructor Description CreateComponentTask()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>cancel(IInternalAccess instance)Compensate in case the task is canceled.IFuture<java.lang.Void>execute(ITaskContext context, IInternalAccess instance)Execute the task.static TaskMetaInfogetMetaInfo()Get the meta information about the agent.
 
- 
- 
- 
Field Detail- 
creationfutureprotected Future<IComponentIdentifier> creationfuture Future called when the component is created to allow compensation (i.e. killing the component).
 
- 
 - 
Method Detail- 
executepublic IFuture<java.lang.Void> execute(ITaskContext context, IInternalAccess instance) Execute the task.
 - 
cancelpublic IFuture<java.lang.Void> cancel(IInternalAccess instance) Compensate in case the task is canceled.
 - 
getMetaInfopublic static TaskMetaInfo getMetaInfo() Get the meta information about the agent.
 
- 
 
-