Package net.officefloor.frame.impl.spi.team
-
Interface Summary Interface Description AbstractExecutorTeamSource.ExecutorServiceFactory Factory to create theExecutorService
. -
Class Summary Class Description AbstractExecutorTeamSource TeamSource
based on theExecutors
cached thread pool.AbstractExecutorTeamSource.ExecutorTeam Team
based on theExecutorService
.ExecutorCachedTeamSource TeamSource
utilising a cachedExecutorService
.ExecutorFixedTeamSource TeamSource
utilising a fixedExecutorService
.JobQueue Queue ofJob
instances.LeaderFollowerTeam Team
implementation of manyThread
instances that follow the leader follower pattern.LeaderFollowerTeamSource TeamSource
for aLeaderFollowerTeam
.OnePersonTeam Team
having only oneThread
.OnePersonTeamSource TeamSource
for theOnePersonTeam
.PassiveTeamSource TeamSource
for thePassiveTeamSource.PassiveTeam
.ThreadLocalAwareTeamSource TeamSource
for theThreadLocalAwareTeam
.WorkerPerJobTeamSource TeamSource
for theWorkerPerJobTeamSource.WorkerPerJobTeam
.