SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal.task
Interface TaskExecutionService<ConfigType>

Type Parameters:
ConfigType - configuration type
All Known Implementing Classes:
AbstractTask, Process, Send

public interface TaskExecutionService<ConfigType>

The Interface Task.


Method Summary
 Id[] execute(TaskExecutionEnv env, ConfigType config, Id[] ids, Operation operation)
          Execute.
 

Method Detail

execute

Id[] execute(TaskExecutionEnv env,
             ConfigType config,
             Id[] ids,
             Operation operation)
             throws TaskExecutionException
Execute.

Parameters:
config - the config
ids - the record IDs
operation - the operation
env - the env
Returns:
the resulting record IDs
Throws:
TaskExecutionException - the task execution exception

SMILA (incubation) API documentation