Uses of Interface
net.officefloor.frame.internal.structure.ManagedExecutionFactory
-
-
Uses of ManagedExecutionFactory in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ManagedExecutionFactory Modifier and Type Method Description ManagedExecutionFactory
RawOfficeFloorMetaData. getManagedExecutionFactory()
Obtains theManagedExecutionFactory
.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type ManagedExecutionFactory 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 ManagedExecutionFactory in net.officefloor.frame.impl.execute.execution
Classes in net.officefloor.frame.impl.execute.execution that implement ManagedExecutionFactory Modifier and Type Class Description class
ManagedExecutionFactoryImpl
ManagedExecutionFactory
implementation.Constructors in net.officefloor.frame.impl.execute.execution with parameters of type ManagedExecutionFactory Constructor Description ThreadFactoryManufacturer(ManagedExecutionFactory executionFactory, java.util.function.Consumer<java.lang.Thread> decorator)
Instantiate. -
Uses of ManagedExecutionFactory in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return ManagedExecutionFactory Modifier and Type Method Description ManagedExecutionFactory
OfficeMetaDataImpl. getManagedExecutionFactory()
Constructors in net.officefloor.frame.impl.execute.office with parameters of type ManagedExecutionFactory 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 ManagedExecutionFactory in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedExecutionFactory Modifier and Type Method Description ManagedExecutionFactory
OfficeMetaData. getManagedExecutionFactory()
Obtains theManagedExecutionFactory
for thisOffice
.
-