Uses of Interface
net.officefloor.frame.api.team.source.TeamSourceContext
-
-
Uses of TeamSourceContext in net.officefloor.frame.api.executive
Subinterfaces of TeamSourceContext in net.officefloor.frame.api.executive Modifier and Type Interface Description interface
ExecutiveContext
Context for theExecutive
.Classes in net.officefloor.frame.api.executive that implement TeamSourceContext Modifier and Type Class Description class
TeamSourceContextWrapper
Wrapper ofTeamSourceContext
to enable customising theTeam
. -
Uses of TeamSourceContext in net.officefloor.frame.api.team.source
Methods in net.officefloor.frame.api.team.source with parameters of type TeamSourceContext Modifier and Type Method Description Team
TeamSource. createTeam(TeamSourceContext context)
Creates theTeam
. -
Uses of TeamSourceContext in net.officefloor.frame.impl.construct.team
Classes in net.officefloor.frame.impl.construct.team that implement TeamSourceContext Modifier and Type Class Description class
ExecutiveContextImpl
ExecutiveContext
implementation. -
Uses of TeamSourceContext in net.officefloor.frame.impl.spi.team
Methods in net.officefloor.frame.impl.spi.team with parameters of type TeamSourceContext Modifier and Type Method Description protected abstract AbstractExecutorTeamSource.ExecutorServiceFactory
AbstractExecutorTeamSource. createExecutorServiceFactory(TeamSourceContext context, java.util.concurrent.ThreadFactory threadFactory)
Obtains the factory to createExecutorService
.protected AbstractExecutorTeamSource.ExecutorServiceFactory
ExecutorCachedTeamSource. createExecutorServiceFactory(TeamSourceContext context, java.util.concurrent.ThreadFactory threadFactory)
protected AbstractExecutorTeamSource.ExecutorServiceFactory
ExecutorFixedTeamSource. createExecutorServiceFactory(TeamSourceContext context, java.util.concurrent.ThreadFactory threadFactory)
Team
AbstractExecutorTeamSource. createTeam(TeamSourceContext context)
Team
LeaderFollowerTeamSource. createTeam(TeamSourceContext context)
Team
OnePersonTeamSource. createTeam(TeamSourceContext context)
Team
PassiveTeamSource. createTeam(TeamSourceContext context)
Team
ThreadLocalAwareTeamSource. createTeam(TeamSourceContext context)
Team
WorkerPerJobTeamSource. createTeam(TeamSourceContext context)
-
Uses of TeamSourceContext in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type TeamSourceContext Modifier and Type Method Description Team
BackPressureTeamSource. createTeam(TeamSourceContext context)
Team
MockTeamSource. createTeam(TeamSourceContext context)
Team
StepTeam. createTeam(TeamSourceContext context)
-