public class MWE2BaseControllableScheduler extends Scheduler implements IController
Modifier and Type | Class and Description |
---|---|
static class |
MWE2BaseControllableScheduler.MWEBaseControllableSchedulerFactory
ISchedulerFactory implementation that enables the instantiation of MWE2BaseControllableScheduler objects.
|
Scheduler.ISchedulerFactory
Modifier and Type | Field and Description |
---|---|
protected ISchedulerController<MWE2BaseControllableScheduler> |
controller |
protected boolean |
finished |
Modifier | Constructor and Description |
---|---|
protected |
MWE2BaseControllableScheduler(ScheduledExecution executor,
ISchedulerController<MWE2BaseControllableScheduler> controller) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished()
If the Step has finished it returns true
|
void |
run()
Starts the execution of the given step
|
dispose, getExecution, schedule
protected ISchedulerController<MWE2BaseControllableScheduler> controller
protected boolean finished
protected MWE2BaseControllableScheduler(ScheduledExecution executor, ISchedulerController<MWE2BaseControllableScheduler> controller)
public boolean isFinished()
IController
isFinished
in interface IController
public void run()
IController
run
in interface IController