Uses of Interface
net.officefloor.frame.internal.structure.ThreadLocalAwareExecutor
-
-
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ThreadLocalAwareExecutor Modifier and Type Method Description ThreadLocalAwareExecutor
RawOfficeFloorMetaData. getThreadLocalAwareExecutor()
Obtains theThreadLocalAwareExecutor
.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type ThreadLocalAwareExecutor 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.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 ThreadLocalAwareExecutor Constructor Description RawTeamMetaDataFactory(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 ThreadLocalAwareExecutor Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?,?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?,?> stateKeepAliveFunctionMetaData, java.util.Map<java.lang.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 Modifier and Type Class Description class
ThreadLocalAwareExecutorImpl
ThreadLocalAwareExecutor
implementation. -
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type ThreadLocalAwareExecutor Constructor Description ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, java.util.function.Consumer<ProcessState> initialSetup)
Initiate.ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, java.util.function.Consumer<ProcessState> initialSetup)
Initiate for aProcessState
initiated by aManagedObject
. -
Uses of ThreadLocalAwareExecutor in net.officefloor.frame.impl.execute.team
Constructors in net.officefloor.frame.impl.execute.team with parameters of type ThreadLocalAwareExecutor Constructor Description ThreadLocalAwareContextImpl(ThreadLocalAwareExecutor executor)
Instantiate.
-