Uses of Interface
net.officefloor.frame.internal.structure.ManagedExecutionFactory
Packages that use ManagedExecutionFactory
Package
Description
-
Uses of ManagedExecutionFactory in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ManagedExecutionFactoryModifier and TypeMethodDescriptionRawOfficeFloorMetaData.getManagedExecutionFactory()Obtains theManagedExecutionFactory.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type ManagedExecutionFactoryModifierConstructorDescriptionRawOfficeFloorMetaData(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 ManagedExecutionFactory in net.officefloor.frame.impl.execute.execution
Classes in net.officefloor.frame.impl.execute.execution that implement ManagedExecutionFactoryConstructors in net.officefloor.frame.impl.execute.execution with parameters of type ManagedExecutionFactoryModifierConstructorDescriptionThreadFactoryManufacturer(ManagedExecutionFactory executionFactory, Consumer<Thread> decorator) Instantiate. -
Uses of ManagedExecutionFactory in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return ManagedExecutionFactoryConstructors in net.officefloor.frame.impl.execute.office with parameters of type ManagedExecutionFactoryModifierConstructorDescriptionOfficeMetaDataImpl(String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?, ?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?, ?> stateKeepAliveFunctionMetaData, Map<String, ManagedFunctionMetaData<?, ?>> loadObjectMetaDatas, OfficeStartupFunction[] startupFunctions, Profiler profiler) Initiate. -
Uses of ManagedExecutionFactory in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedExecutionFactoryModifier and TypeMethodDescriptionOfficeMetaData.getManagedExecutionFactory()Obtains theManagedExecutionFactoryfor thisOffice.