public abstract class BatchWorker
extends Worker
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
protected final void
protected abstract void
protected abstract boolean
Von Klasse geerbte Methoden ch.nolix.core.programcontrol.worker.Worker
start
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Konstruktordetails
-
BatchWorker
public BatchWorker()
-
Methodendetails
-
run
protected final void run()
- Angegeben von:
run
in Klasse Worker
-
runStep
protected abstract void runStep()
-
shouldRunNextStep
protected abstract boolean shouldRunNextStep()