Class LeaderFollowerTeam
- java.lang.Object
-
- net.officefloor.frame.impl.spi.team.LeaderFollowerTeam
-
-
Field Summary
Fields Modifier and Type Field Description protected net.officefloor.frame.impl.spi.team.LeaderFollowerTeam.TeamMember[]teamMembersLeaderFollowerTeam.TeamMemberinstances.
-
Constructor Summary
Constructors Constructor Description LeaderFollowerTeam(int teamMemberCount, java.util.concurrent.ThreadFactory threadFactory, long waitTime)Initiate with the name of team.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassignJob(Job job)voidstartWorking()Indicates for theTeamto start working.voidstopWorking()Indicates for theTeamto stop working.
-
-
-
Constructor Detail
-
LeaderFollowerTeam
public LeaderFollowerTeam(int teamMemberCount, java.util.concurrent.ThreadFactory threadFactory, long waitTime)Initiate with the name of team.- Parameters:
teamMemberCount- Number ofLeaderFollowerTeam.TeamMemberinstances within thisLeaderFollowerTeam.threadFactory-ThreadFactory.waitTime- Time to wait in milliseconds for aJob.
-
-