|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchedulerManager
Scheduler management interface.
Field Summary | |
---|---|
static String |
ITF_NAME
Default interface name |
Method Summary | |
---|---|
Object |
scheduleTask(Task task,
Map hints)
Binds the given task to an appropriate scheduler. |
void |
unscheduleTask(Task task)
Unbinds the given task from its scheduler. |
Methods inherited from interface org.objectweb.dream.control.activity.scheduler.InterruptTask |
---|
interruptTask |
Field Detail |
---|
static final String ITF_NAME
Method Detail |
---|
Object scheduleTask(Task task, Map hints) throws IllegalTaskException
task
- a task to schedule.hints
- registration hints.
null
if no control is available on the task).
IllegalTaskException
- if an error occurs.void unscheduleTask(Task task) throws IllegalTaskException
task
- a task.
IllegalTaskException
- if the given task is unknown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |