Uses of Interface
net.officefloor.frame.internal.structure.BackgroundScheduling
-
Packages that use BackgroundScheduling Package Description net.officefloor.frame.impl.construct.officefloor net.officefloor.frame.impl.execute.clock net.officefloor.frame.impl.execute.officefloor -
-
Uses of BackgroundScheduling in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return BackgroundScheduling Modifier and Type Method Description BackgroundScheduling[]
RawOfficeFloorMetaData. getBackgroundSchedulings()
Obtains theBackgroundScheduling
instances.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type BackgroundScheduling Constructor Description RawOfficeFloorMetaData(Executive executive, java.util.concurrent.ThreadFactory[] defaultExecutionStrategy, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, java.util.Map<java.lang.String,RawTeamMetaData> teamRegistry, BackgroundScheduling[] backgroundSchedulings, java.lang.Object startupNotify, ThreadLocalAwareExecutor threadLocalAwareExecutor, ManagedExecutionFactory managedExecutionFactory, java.util.Map<java.lang.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 Modifier and Type Class Description class
ClockFactoryImpl
ClockFactory
implementation. -
Uses of BackgroundScheduling in net.officefloor.frame.impl.execute.officefloor
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type BackgroundScheduling Constructor Description OfficeFloorImpl(OfficeFloorMetaData officeFloorMetaData, OfficeFloorListener[] listeners, Executive executive, BackgroundScheduling[] backgroundSchedulings, java.lang.Object startupNotify)
Initiate.
-