Uses of Interface
net.officefloor.frame.impl.spi.team.AbstractExecutorTeamSource.ExecutorServiceFactory
Packages that use AbstractExecutorTeamSource.ExecutorServiceFactory
-
Uses of AbstractExecutorTeamSource.ExecutorServiceFactory in net.officefloor.frame.impl.spi.team
Methods in net.officefloor.frame.impl.spi.team that return AbstractExecutorTeamSource.ExecutorServiceFactoryModifier and TypeMethodDescriptionprotected abstract AbstractExecutorTeamSource.ExecutorServiceFactoryAbstractExecutorTeamSource.createExecutorServiceFactory(TeamSourceContext context, ThreadFactory threadFactory) Obtains the factory to createExecutorService.ExecutorCachedTeamSource.createExecutorServiceFactory(TeamSourceContext context, ThreadFactory threadFactory) ExecutorFixedTeamSource.createExecutorServiceFactory(TeamSourceContext context, ThreadFactory threadFactory) Constructors in net.officefloor.frame.impl.spi.team with parameters of type AbstractExecutorTeamSource.ExecutorServiceFactoryModifierConstructorDescriptionExecutorTeam(String teamName, AbstractExecutorTeamSource.ExecutorServiceFactory factory, int maxShutdownWaitTimeInSeconds) Initiate.