SMILA (incubation) API documentation

org.eclipse.smila.taskworker
Interface TaskLogFactory

All Known Implementing Classes:
DefaultTaskLogFactory

public interface TaskLogFactory

Provides TaskLog objects.


Method Summary
 TaskLog getTaskLog(Task task)
           
 

Method Detail

getTaskLog

TaskLog getTaskLog(Task task)
Returns:
TaskLog for given task.

SMILA (incubation) API documentation