SMILA (incubation) API documentation

org.eclipse.smila.workermanager
Interface TaskKeepAliveListener

All Known Implementing Classes:
BulkbuilderServiceBase, BulkbuilderServiceImpl, WorkerManagerImpl

public interface TaskKeepAliveListener

Listener for TaskKeepAlive keep alive-failures. If the TaskKeepAlive gets to know that a Task (that is currently being kept alive) has been removed by the TaskManager the method removedTask(Task) will be called.


Method Summary
 void removedTask(Task task)
          Called if the TaskKeepAlive gets to know that a Task (that is currently being kept alive) has been removed by the TaskManager.
 

Method Detail

removedTask

void removedTask(Task task)
Called if the TaskKeepAlive gets to know that a Task (that is currently being kept alive) has been removed by the TaskManager.

Parameters:
task - the task that has been removed.

SMILA (incubation) API documentation