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 TeamTeamOversight. 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 classExecutiveContextImplExecutiveContextimplementation. -
Uses of ExecutiveContext in net.officefloor.server.appengine
Methods in net.officefloor.server.appengine with parameters of type ExecutiveContext Modifier and Type Method Description TeamGoogleAppEngineExecutive. 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 TeamWebThreadAffinityExecutive. createTeam(ExecutiveContext context)
-