Uses of Class
net.officefloor.frame.impl.execute.execution.ThreadFactoryManufacturer
-
Packages that use ThreadFactoryManufacturer Package Description net.officefloor.frame.impl.construct.executive net.officefloor.frame.impl.construct.team net.officefloor.frame.impl.execute.executive -
-
Uses of ThreadFactoryManufacturer in net.officefloor.frame.impl.construct.executive
Constructors in net.officefloor.frame.impl.construct.executive with parameters of type ThreadFactoryManufacturer Constructor Description ExecutiveSourceContextImpl(boolean isLoadingType, SourceContext sourceContext, SourceProperties sourceProperties, ThreadFactoryManufacturer threadFactoryManufacturer)
Instantiate.RawExecutiveMetaDataFactory(SourceContext sourceContext, ThreadFactoryManufacturer threadFactoryManufacturer)
Instantiate. -
Uses of ThreadFactoryManufacturer in net.officefloor.frame.impl.construct.team
Constructors in net.officefloor.frame.impl.construct.team with parameters of type ThreadFactoryManufacturer Constructor Description ExecutiveContextImpl(boolean isLoadingType, java.lang.String teamName, boolean isRequestNoTeamOversight, int teamSize, TeamSource teamSource, Executive executive, ThreadFactoryManufacturer threadFactoryManufacturer, SourceProperties properties, SourceContext sourceContext)
Initialise.RawTeamMetaDataFactory(SourceContext sourceContext, Executive executive, TeamOversight teamOversight, ThreadFactoryManufacturer threadFactoryManufacturer, ThreadLocalAwareExecutor threadLocalAwareExecutor)
Instantiate. -
Uses of ThreadFactoryManufacturer in net.officefloor.frame.impl.execute.executive
Constructors in net.officefloor.frame.impl.execute.executive with parameters of type ThreadFactoryManufacturer Constructor Description DefaultExecutive(ThreadFactoryManufacturer threadFactoryManufacturer)
Instantiate to use asExecutive
.
-