SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal.task
Class TaskListExecutionService

java.lang.Object
  extended by org.eclipse.smila.connectivity.queue.worker.internal.task.TaskListExecutionService

public class TaskListExecutionService
extends java.lang.Object

The Class TaskListExecutionService.


Constructor Summary
TaskListExecutionService()
          Instantiates a new task list execution service.
 
Method Summary
 void execute(ServicesAccessPoint accessPoint, TaskListType taskList, Record record, Operation operation)
          Execute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskListExecutionService

public TaskListExecutionService()
Instantiates a new task list execution service.

Method Detail

execute

public void execute(ServicesAccessPoint accessPoint,
                    TaskListType taskList,
                    Record record,
                    Operation operation)
             throws TaskExecutionException,
                    BlackboardAccessException
Execute.

Parameters:
accessPoint - the access point
taskList - the task list
record - the record
operation - the operation
Throws:
TaskExecutionException - the task execution exception
BlackboardAccessException - the blackboard access exception

SMILA (incubation) API documentation