Class BaseSupervisor
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.supervision.AbstractSupervisor
-
- org.processmining.specpp.supervision.supervisors.BaseSupervisor
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Initializable,StartStoppable,Stoppable
public class BaseSupervisor extends AbstractSupervisor
-
-
Field Summary
Fields Modifier and Type Field Description static ObserverRequirement<LogMessage>CONSOLE_LOGGER_REQUIREMENTstatic ObserverRequirement<LogMessage>FILE_LOGGER_REQUIREMENT
-
Constructor Summary
Constructors Constructor Description BaseSupervisor()
-
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.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
-
-
-
-
Field Detail
-
FILE_LOGGER_REQUIREMENT
public static final ObserverRequirement<LogMessage> FILE_LOGGER_REQUIREMENT
-
CONSOLE_LOGGER_REQUIREMENT
public static final ObserverRequirement<LogMessage> CONSOLE_LOGGER_REQUIREMENT
-
-
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()
-
stop
public void stop()
-
-