public class ScheduledThreadPoolExecutorFactory extends Object implements ThreadPoolExecutorFactory<ScheduledExecutorService>
| 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 ThreadPoolExecutorFactory<ScheduledExecutorService>public void validate()
ThreadPoolExecutorFactoryvalidate in interface ThreadPoolExecutorFactory<ScheduledExecutorService>public static ScheduledThreadPoolExecutorFactory create()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.