Uses of Interface
net.officefloor.frame.impl.spi.team.AbstractExecutorTeamSource.ExecutorServiceFactory
-
Packages that use AbstractExecutorTeamSource.ExecutorServiceFactory Package Description net.officefloor.frame.impl.spi.team -
-
Uses of AbstractExecutorTeamSource.ExecutorServiceFactory in net.officefloor.frame.impl.spi.team
Methods in net.officefloor.frame.impl.spi.team that return AbstractExecutorTeamSource.ExecutorServiceFactory 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)
Constructors in net.officefloor.frame.impl.spi.team with parameters of type AbstractExecutorTeamSource.ExecutorServiceFactory Constructor Description ExecutorTeam(java.lang.String teamName, AbstractExecutorTeamSource.ExecutorServiceFactory factory, int maxShutdownWaitTimeInSeconds)
Initiate.
-