public class ProfilingExecutorServices extends Object implements org.jboss.weld.manager.api.ExecutorServices
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.ExecutorServices
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
public <T> List<Future<T>> invokeAllAndCheckForExceptions(Collection<? extends Callable<T>> tasks)
invokeAllAndCheckForExceptions
in interface org.jboss.weld.manager.api.ExecutorServices
public <T> List<Future<T>> invokeAllAndCheckForExceptions(org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T> factory)
invokeAllAndCheckForExceptions
in interface org.jboss.weld.manager.api.ExecutorServices
public org.jboss.weld.manager.api.ExecutorServices getDelegate()
Copyright © 2016. All rights reserved.