Uses of Interface
net.officefloor.frame.api.team.Team
-
-
Uses of Team in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return Team Modifier and Type Method Description default TeamTeamOversight. createTeam(ExecutiveContext context)Creates theTeam. -
Uses of Team in net.officefloor.frame.api.team
Subinterfaces of Team in net.officefloor.frame.api.team Modifier and Type Interface Description interfaceThreadLocalAwareTeam -
Uses of Team in net.officefloor.frame.api.team.source
Methods in net.officefloor.frame.api.team.source that return Team Modifier and Type Method Description TeamTeamSource. createTeam(TeamSourceContext context)Creates theTeam. -
Uses of Team in net.officefloor.frame.impl.execute.team
Methods in net.officefloor.frame.impl.execute.team that return Team Modifier and Type Method Description TeamTeamManagementImpl. getTeam()Constructors in net.officefloor.frame.impl.execute.team with parameters of type Team Constructor Description TeamExecutor(Team team, Executive executive)Instantiate.TeamManagementImpl(Team team)Initiate. -
Uses of Team in net.officefloor.frame.impl.spi.team
Classes in net.officefloor.frame.impl.spi.team that implement Team Modifier and Type Class Description static classAbstractExecutorTeamSource.ExecutorTeamTeambased on theExecutorService.classLeaderFollowerTeamTeamimplementation of manyThreadinstances that follow the leader follower pattern.classOnePersonTeamTeamhaving only oneThread.Methods in net.officefloor.frame.impl.spi.team that return Team Modifier and Type Method Description static TeamPassiveTeamSource. createPassiveTeam()Convenience method to create the passiveTeam.TeamAbstractExecutorTeamSource. createTeam(int teamSize, java.lang.String... propertyNameValues)Convenience method to create aTeamfrom the implementation of thisAbstractExecutorTeamSource.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 Team in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return Team Modifier and Type Method Description TeamTeamManagement. getTeam()Obtains theTeamunder this management. -
Uses of Team in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement Team Modifier and Type Class Description classBackPressureTeamSourceTeamSourcethat causes back pressure to be applied.classStepTeamMethods in net.officefloor.frame.test that return Team Modifier and Type Method Description TeamBackPressureTeamSource. createTeam(TeamSourceContext context)TeamMockTeamSource. createTeam(TeamSourceContext context)TeamStepTeam. createTeam(TeamSourceContext context)Methods in net.officefloor.frame.test with parameters of type Team Modifier and Type Method Description static TeamBuilder<?>MockTeamSource. bindTeamBuilder(OfficeFloorBuilder officeFloorBuilder, java.lang.String teamName, Team team)Binds theTeamto the name.TeamBuilder<?>AbstractOfficeConstructTestCase. constructTeam(java.lang.String teamName, Team team)Facade method to create aTeam.TeamBuilder<?>ConstructTestSupport. constructTeam(java.lang.String teamName, Team team)Facade method to create aTeam. -
Uses of Team in net.officefloor.frame.util
Methods in net.officefloor.frame.util that return Team Modifier and Type Method Description <TS extends TeamSource>
TeamTeamSourceStandAlone. loadTeam(java.lang.Class<TS> teamSourceClass)Returns aTeamfrom the loadedTeamSource. -
Uses of Team in net.officefloor.web.executive
Methods in net.officefloor.web.executive that return Team Modifier and Type Method Description TeamWebThreadAffinityExecutive. createTeam(ExecutiveContext context)
-