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 Executive
ExecutiveSource. 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 class
ExecutiveSourceContextImpl
ExecutiveSourceContext
implementation. -
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 Executive
DefaultExecutive. 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 Executive
GoogleAppEngineExecutive. 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 Executive
WebThreadAffinityExecutiveSource. createExecutive(ExecutiveSourceContext context)
Constructors in net.officefloor.web.executive with parameters of type ExecutiveSourceContext Constructor Description WebThreadAffinityExecutive(CpuCore[] cpuCores, ExecutiveSourceContext context)
Instantiate.
-