Uses of Interface
net.officefloor.frame.internal.structure.ThreadLocalAwareExecutor
Packages that use ThreadLocalAwareExecutor
Package
Description
-
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ThreadLocalAwareExecutorModifier and TypeMethodDescriptionRawOfficeFloorMetaData.getThreadLocalAwareExecutor()Obtains theThreadLocalAwareExecutor.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type ThreadLocalAwareExecutorModifierConstructorDescriptionRawOfficeFloorMetaData(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.RawOfficeFloorMetaDataFactory(ThreadLocalAwareExecutor threadLocalAwareExecutor) Instantiate. -
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.construct.team
Constructors in net.officefloor.frame.impl.construct.team with parameters of type ThreadLocalAwareExecutorModifierConstructorDescriptionRawTeamMetaDataFactory(SourceContext sourceContext, Executive executive, TeamOversight teamOversight, ThreadFactoryManufacturer threadFactoryManufacturer, ThreadLocalAwareExecutor threadLocalAwareExecutor) Instantiate. -
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.execute.office
Constructors in net.officefloor.frame.impl.execute.office with parameters of type ThreadLocalAwareExecutorModifierConstructorDescriptionOfficeMetaDataImpl(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 ThreadLocalAwareExecutor in net.officefloor.frame.impl.execute.officefloor
Classes in net.officefloor.frame.impl.execute.officefloor that implement ThreadLocalAwareExecutor -
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type ThreadLocalAwareExecutorModifierConstructorDescriptionProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, Consumer<ProcessState> initialSetup) Initiate.ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, Consumer<ProcessState> initialSetup) Initiate for aProcessStateinitiated by aManagedObject. -
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.execute.team
Constructors in net.officefloor.frame.impl.execute.team with parameters of type ThreadLocalAwareExecutorModifierConstructorDescriptionInstantiate.