Uses of Interface
net.officefloor.frame.api.executive.source.ExecutiveSourceContext
Packages that use ExecutiveSourceContext
Package
Description
-
Uses of ExecutiveSourceContext in net.officefloor.frame.api.executive.source
Methods in net.officefloor.frame.api.executive.source with parameters of type ExecutiveSourceContextModifier and TypeMethodDescriptionExecutiveSource.createExecutive(ExecutiveSourceContext context) Creates theExecutive. -
Uses of ExecutiveSourceContext in net.officefloor.frame.impl.construct.executive
Classes in net.officefloor.frame.impl.construct.executive that implement ExecutiveSourceContext -
Uses of ExecutiveSourceContext in net.officefloor.frame.impl.execute.executive
Methods in net.officefloor.frame.impl.execute.executive with parameters of type ExecutiveSourceContextModifier and TypeMethodDescriptionDefaultExecutive.createExecutive(ExecutiveSourceContext context) -
Uses of ExecutiveSourceContext in net.officefloor.web.executive
Methods in net.officefloor.web.executive with parameters of type ExecutiveSourceContextModifier and TypeMethodDescriptionWebThreadAffinityExecutiveSource.createExecutive(ExecutiveSourceContext context) Constructors in net.officefloor.web.executive with parameters of type ExecutiveSourceContextModifierConstructorDescriptionWebThreadAffinityExecutive(CpuCore[] cpuCores, ExecutiveSourceContext context) Instantiate.