public class ProfilingExecutorServices extends Object implements org.jboss.weld.manager.api.ExecutorServices
org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T>| Constructor and Description |
|---|
ProfilingExecutorServices(org.jboss.weld.manager.api.ExecutorServices delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
org.jboss.weld.manager.api.ExecutorServices |
getDelegate() |
ExecutorService |
getTaskExecutor() |
<T> List<Future<T>> |
invokeAllAndCheckForExceptions(Collection<? extends Callable<T>> tasks) |
<T> List<Future<T>> |
invokeAllAndCheckForExceptions(org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T> factory) |
public ProfilingExecutorServices(org.jboss.weld.manager.api.ExecutorServices delegate)
public ExecutorService getTaskExecutor()
getTaskExecutor in interface org.jboss.weld.manager.api.ExecutorServicespublic void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Servicepublic <T> List<Future<T>> invokeAllAndCheckForExceptions(Collection<? extends Callable<T>> tasks)
invokeAllAndCheckForExceptions in interface org.jboss.weld.manager.api.ExecutorServicespublic <T> List<Future<T>> invokeAllAndCheckForExceptions(org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T> factory)
invokeAllAndCheckForExceptions in interface org.jboss.weld.manager.api.ExecutorServicespublic org.jboss.weld.manager.api.ExecutorServices getDelegate()
Copyright © 2017. All rights reserved.