public class CreateComponentTask
extends java.lang.Object
implements jadex.bpmn.model.task.ITask
Modifier and Type | Field and Description |
---|---|
protected jadex.commons.future.Future<jadex.bridge.IComponentIdentifier> |
creationfuture
Future called when the component is created to allow compensation (i.e.
|
Constructor and Description |
---|
CreateComponentTask() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
cancel(jadex.bridge.IInternalAccess instance)
Compensate in case the task is canceled.
|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bpmn.model.task.ITaskContext context,
jadex.bridge.IInternalAccess instance)
Execute the task.
|
static jadex.bpmn.task.info.TaskMetaInfo |
getMetaInfo()
Get the meta information about the agent.
|
protected jadex.commons.future.Future<jadex.bridge.IComponentIdentifier> creationfuture
public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bpmn.model.task.ITaskContext context, jadex.bridge.IInternalAccess instance)
execute
in interface jadex.bpmn.model.task.ITask
public jadex.commons.future.IFuture<java.lang.Void> cancel(jadex.bridge.IInternalAccess instance)
cancel
in interface jadex.bpmn.model.task.ITask
public static jadex.bpmn.task.info.TaskMetaInfo getMetaInfo()