Class SchedulingSupervisor
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.supervision.AbstractSupervisor
-
- org.processmining.specpp.supervision.supervisors.SchedulingSupervisor
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Initializable,Joinable,StartStoppable,Stoppable
- Direct Known Subclasses:
SubSupervisor
public abstract class SchedulingSupervisor extends AbstractSupervisor implements Joinable
-
-
Constructor Summary
Constructors Constructor Description SchedulingSupervisor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LayingPipebeginLaying()protected BackgroundTaskRunnerconstantRunner()voidjoin()protected RegularSchedulerregularRunner()voidstart()voidstop()-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, initSelf, localComponentSystem, postSubComponentInit, preSubComponentInit, registerSubComponent, unregisterSubComponent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.system.FullComponentSystemUser
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, registerSubComponent, unregisterSubComponent
-
Methods inherited from interface org.processmining.specpp.traits.Initializable
init
-
Methods inherited from interface org.processmining.specpp.componenting.traits.ProvidesSupervisors
supervisors
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-
-
-
Method Detail
-
beginLaying
protected LayingPipe beginLaying()
- Overrides:
beginLayingin classAbstractSupervisor
-
regularRunner
protected RegularScheduler regularRunner()
-
constantRunner
protected BackgroundTaskRunner constantRunner()
-
start
public void start()
- Specified by:
startin interfaceStartStoppable
-
-