public class ExecutorServicesImpl
extends org.jboss.weld.executor.AbstractExecutorServices
implements org.jboss.weld.manager.api.ExecutorServices
| Constructor and Description |
|---|
ExecutorServicesImpl(PayaraExecutorService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
ExecutorService |
getTaskExecutor() |
protected int |
getThreadPoolSize() |
ScheduledExecutorService |
getTimerExecutor() |
<T> Collection<? extends Callable<T>> |
wrap(Collection<? extends Callable<T>> tasks) |
checkForExceptions, invokeAllAndCheckForExceptions, invokeAllAndCheckForExceptions, shutdownpublic ExecutorServicesImpl(PayaraExecutorService service)
public ExecutorService getTaskExecutor()
getTaskExecutor in interface org.jboss.weld.manager.api.ExecutorServicespublic ScheduledExecutorService getTimerExecutor()
getTimerExecutor in interface org.jboss.weld.manager.api.ExecutorServicesgetTimerExecutor in class org.jboss.weld.executor.AbstractExecutorServicespublic void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Servicecleanup in class org.jboss.weld.executor.AbstractExecutorServicesprotected int getThreadPoolSize()
getThreadPoolSize in class org.jboss.weld.executor.AbstractExecutorServicespublic <T> Collection<? extends Callable<T>> wrap(Collection<? extends Callable<T>> tasks)
wrap in class org.jboss.weld.executor.AbstractExecutorServicesCopyright © 2019. All rights reserved.