Uses of Interface
net.officefloor.frame.api.executive.BackgroundScheduler
-
-
Uses of BackgroundScheduler in net.officefloor.frame.impl.execute.clock
Methods in net.officefloor.frame.impl.execute.clock with parameters of type BackgroundScheduler Modifier and Type Method Description void
ClockFactoryImpl. startBackgroundScheduling(BackgroundScheduler scheduler)
-
Uses of BackgroundScheduler in net.officefloor.frame.impl.execute.executive
Classes in net.officefloor.frame.impl.execute.executive that implement BackgroundScheduler Modifier and Type Class Description class
DefaultExecutive
DefaultExecutive
. -
Uses of BackgroundScheduler in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type BackgroundScheduler Modifier and Type Method Description void
BackgroundScheduling. startBackgroundScheduling(BackgroundScheduler scheduler)
Starts theBackgroundScheduling
. -
Uses of BackgroundScheduler in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement BackgroundScheduler Modifier and Type Class Description class
WebThreadAffinityExecutive
WebThread
affinityExecutive
.
-