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 interfaceExecutiveContextContext for theExecutive.Classes in net.officefloor.frame.api.executive that implement TeamSourceContext Modifier and Type Class Description classTeamSourceContextWrapperWrapper ofTeamSourceContextto 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 TeamTeamSource. 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 classExecutiveContextImplExecutiveContextimplementation. -
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.ExecutorServiceFactoryAbstractExecutorTeamSource. createExecutorServiceFactory(TeamSourceContext context, java.util.concurrent.ThreadFactory threadFactory)Obtains the factory to createExecutorService.protected AbstractExecutorTeamSource.ExecutorServiceFactoryExecutorCachedTeamSource. createExecutorServiceFactory(TeamSourceContext context, java.util.concurrent.ThreadFactory threadFactory)protected AbstractExecutorTeamSource.ExecutorServiceFactoryExecutorFixedTeamSource. createExecutorServiceFactory(TeamSourceContext context, java.util.concurrent.ThreadFactory threadFactory)TeamAbstractExecutorTeamSource. createTeam(TeamSourceContext context)TeamLeaderFollowerTeamSource. createTeam(TeamSourceContext context)TeamOnePersonTeamSource. createTeam(TeamSourceContext context)TeamPassiveTeamSource. createTeam(TeamSourceContext context)TeamThreadLocalAwareTeamSource. createTeam(TeamSourceContext context)TeamWorkerPerJobTeamSource. 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 TeamBackPressureTeamSource. createTeam(TeamSourceContext context)TeamMockTeamSource. createTeam(TeamSourceContext context)TeamStepTeam. createTeam(TeamSourceContext context)
-