Uses of Interface
net.officefloor.frame.internal.structure.BackgroundScheduling
Packages that use BackgroundScheduling
Package
Description
-
Uses of BackgroundScheduling in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return BackgroundSchedulingModifier and TypeMethodDescriptionRawOfficeFloorMetaData.getBackgroundSchedulings()Obtains theBackgroundSchedulinginstances.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type BackgroundSchedulingModifierConstructorDescriptionRawOfficeFloorMetaData(Executive executive, ThreadFactory[] defaultExecutionStrategy, Map<String, ThreadFactory[]> executionStrategies, Map<String, RawTeamMetaData> teamRegistry, BackgroundScheduling[] backgroundSchedulings, Object startupNotify, ThreadLocalAwareExecutor threadLocalAwareExecutor, ManagedExecutionFactory managedExecutionFactory, Map<String, RawManagedObjectMetaData<?, ?>> mosRegistry, EscalationFlow officeFloorEscalation, OfficeFloorListener[] officeFloorListeners) Initiate. -
Uses of BackgroundScheduling in net.officefloor.frame.impl.execute.clock
Classes in net.officefloor.frame.impl.execute.clock that implement BackgroundScheduling -
Uses of BackgroundScheduling in net.officefloor.frame.impl.execute.officefloor
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type BackgroundSchedulingModifierConstructorDescriptionOfficeFloorImpl(OfficeFloorMetaData officeFloorMetaData, OfficeFloorListener[] listeners, Executive executive, BackgroundScheduling[] backgroundSchedulings, Object startupNotify) Initiate.