Package org.jboss.weld.executor
Class ProfilingExecutorServices
java.lang.Object
org.jboss.weld.executor.ProfilingExecutorServices
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service,org.jboss.weld.manager.api.ExecutorServices
public class ProfilingExecutorServices
extends Object
implements org.jboss.weld.manager.api.ExecutorServices
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.weld.manager.api.ExecutorServices
org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionProfilingExecutorServices(org.jboss.weld.manager.api.ExecutorServices delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()org.jboss.weld.manager.api.ExecutorServicesinvokeAllAndCheckForExceptions(Collection<? extends Callable<T>> tasks) invokeAllAndCheckForExceptions(org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T> factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.manager.api.ExecutorServices
getTimerExecutor
-
Constructor Details
-
ProfilingExecutorServices
public ProfilingExecutorServices(org.jboss.weld.manager.api.ExecutorServices delegate)
-
-
Method Details
-
getTaskExecutor
- Specified by:
getTaskExecutorin interfaceorg.jboss.weld.manager.api.ExecutorServices
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
invokeAllAndCheckForExceptions
- Specified by:
invokeAllAndCheckForExceptionsin interfaceorg.jboss.weld.manager.api.ExecutorServices
-
invokeAllAndCheckForExceptions
public <T> List<Future<T>> invokeAllAndCheckForExceptions(org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T> factory) - Specified by:
invokeAllAndCheckForExceptionsin interfaceorg.jboss.weld.manager.api.ExecutorServices
-
getDelegate
public org.jboss.weld.manager.api.ExecutorServices getDelegate()
-