|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.deployment.scheduling.core.lib.BasicScheduler
public class BasicScheduler
BasicScheduler implements Scheduler.
Constructor Summary | |
---|---|
BasicScheduler()
The default constructor. |
Method Summary | |
---|---|
protected void |
doSchedule(Task[] tasks,
Object context)
Schedule an array of tasks. |
protected Task[] |
prepareScheduling(Task[] tasks)
Prepare scheduling. |
void |
schedule(Task[] tasks,
Object context)
Schedule an array of tasks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicScheduler()
Method Detail |
---|
protected Task[] prepareScheduling(Task[] tasks)
tasks
- - The tasks to schedule.
protected void doSchedule(Task[] tasks, Object context)
tasks
- - The array of tasks to schedule.context
- - The execution context.public void schedule(Task[] tasks, Object context)
schedule
in interface Scheduler
tasks
- - The array of tasks to schedule.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |