Uses of Interface
net.officefloor.frame.api.executive.ExecutiveContext
-
Packages that use ExecutiveContext Package Description net.officefloor.frame.api.executive net.officefloor.frame.impl.construct.team net.officefloor.server.appengine net.officefloor.web.executive -
-
Uses of ExecutiveContext in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive with parameters of type ExecutiveContext Modifier and Type Method Description Team
TeamOversight. createTeam(ExecutiveContext context)
Creates theTeam
.Constructors in net.officefloor.frame.api.executive with parameters of type ExecutiveContext Constructor Description TeamSourceContextWrapper(ExecutiveContext context, java.util.function.Function<java.lang.Integer,java.lang.Integer> teamSizeCalculator, java.lang.String teamNameSuffix, TeamSourceContextWrapper.WorkerEnvironment workerEnvironment)
Instantiate. -
Uses of ExecutiveContext in net.officefloor.frame.impl.construct.team
Classes in net.officefloor.frame.impl.construct.team that implement ExecutiveContext Modifier and Type Class Description class
ExecutiveContextImpl
ExecutiveContext
implementation. -
Uses of ExecutiveContext in net.officefloor.server.appengine
Methods in net.officefloor.server.appengine with parameters of type ExecutiveContext Modifier and Type Method Description Team
GoogleAppEngineExecutive. createTeam(ExecutiveContext context)
-
Uses of ExecutiveContext in net.officefloor.web.executive
Methods in net.officefloor.web.executive with parameters of type ExecutiveContext Modifier and Type Method Description Team
WebThreadAffinityExecutive. createTeam(ExecutiveContext context)
-