public class ScheduledThreadPoolExecutorFactory extends Object implements ThreadPoolExecutorFactory
| Modifier and Type | Method and Description |
|---|---|
static ScheduledThreadPoolExecutorFactory |
create() |
ScheduledExecutorService |
createExecutor(ThreadFactory factory) |
void |
validate()
Validate parameters for the thread pool executor factory
|
public ScheduledExecutorService createExecutor(ThreadFactory factory)
createExecutor in interface ThreadPoolExecutorFactorypublic void validate()
ThreadPoolExecutorFactoryvalidate in interface ThreadPoolExecutorFactorypublic static ScheduledThreadPoolExecutorFactory create()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.