public class CreateComponentTask
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected Future<IComponentIdentifier> | creationfutureFuture called when the component is created to allow compensation (i.e. | 
| Constructor and Description | 
|---|
| CreateComponentTask() | 
| Modifier and Type | Method and 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 TaskMetaInfo | getMetaInfo()Get the meta information about the agent. | 
protected Future<IComponentIdentifier> creationfuture
public IFuture<java.lang.Void> execute(ITaskContext context, IInternalAccess instance)
public IFuture<java.lang.Void> cancel(IInternalAccess instance)
public static TaskMetaInfo getMetaInfo()