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, java.util.Map<Record,java.util.Properties> recordPropertyMap)
          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,
                    java.util.Map<Record,java.util.Properties> recordPropertyMap)
             throws TaskExecutionException,
                    BlackboardAccessException
Execute.

Parameters:
accessPoint - the access point
taskList - the task list
recordPropertyMap - a map of records and jms message properties
Throws:
TaskExecutionException - the task execution exception
BlackboardAccessException - the blackboard access exception

SMILA (incubation) API documentation