Uses of Interface
net.officefloor.frame.api.executive.source.ExecutiveSourceContext
-
-
Uses of ExecutiveSourceContext in net.officefloor.frame.api.executive.source
Methods in net.officefloor.frame.api.executive.source with parameters of type ExecutiveSourceContext Modifier and Type Method Description ExecutiveExecutiveSource. 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 Modifier and Type Class Description classExecutiveSourceContextImplExecutiveSourceContextimplementation. -
Uses of ExecutiveSourceContext in net.officefloor.frame.impl.execute.executive
Methods in net.officefloor.frame.impl.execute.executive with parameters of type ExecutiveSourceContext Modifier and Type Method Description ExecutiveDefaultExecutive. createExecutive(ExecutiveSourceContext context) -
Uses of ExecutiveSourceContext in net.officefloor.server.appengine
Methods in net.officefloor.server.appengine with parameters of type ExecutiveSourceContext Modifier and Type Method Description ExecutiveGoogleAppEngineExecutive. createExecutive(ExecutiveSourceContext context) -
Uses of ExecutiveSourceContext in net.officefloor.web.executive
Methods in net.officefloor.web.executive with parameters of type ExecutiveSourceContext Modifier and Type Method Description ExecutiveWebThreadAffinityExecutiveSource. createExecutive(ExecutiveSourceContext context)Constructors in net.officefloor.web.executive with parameters of type ExecutiveSourceContext Constructor Description WebThreadAffinityExecutive(CpuCore[] cpuCores, ExecutiveSourceContext context)Instantiate.
-