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.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)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.
-