org.objectweb.dream.control.activity.manager
Interface EndOfTask

All Known Implementing Classes:
TaskManagerImpl

public interface EndOfTask

Interface used by Scheduler to notify the activity manager that a task will not be executed.


Field Summary
static String ITF_NAME
          Default name of this interface.
 
Method Summary
 void taskEnded(Task taskItf)
          Notifies the activity manager that the given task will not be executed.
 

Field Detail

ITF_NAME

static final String ITF_NAME
Default name of this interface.

See Also:
Constant Field Values
Method Detail

taskEnded

void taskEnded(Task taskItf)
Notifies the activity manager that the given task will not be executed.

Parameters:
taskItf - the Taskinterface of task component.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.