Class TerminalSupervisor
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.supervision.AbstractSupervisor
-
- org.processmining.specpp.supervision.supervisors.TerminalSupervisor
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Initializable,Joinable,StartStoppable,Stoppable
public class TerminalSupervisor extends AbstractSupervisor implements Joinable
-
-
Constructor Summary
Constructors Constructor Description TerminalSupervisor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitSelf()Hook for subclasses to initialize themselves after the initial constructor call.voidjoin()voidstart()voidstop()-
Methods inherited from class org.processmining.specpp.supervision.AbstractSupervisor
beginLaying
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, 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
-
initSelf
public void initSelf()
Description copied from class:AbstractBaseClassHook for subclasses to initialize themselves after the initial constructor call. At the time this is called, all fulfillable local & global component system requests will be fulfilled. Unless advanced interaction with the underlying systems is required, this is the only relevant hook for user-defined subclasses.- Specified by:
initSelfin classAbstractBaseClass
-
start
public void start()
- Specified by:
startin interfaceStartStoppable
-
-