public class ExecutionServiceImpl extends Object implements ExecutionService
public <T> Execution<T> execute(Callable<T> task) throws ExecutionException
execute in interface ExecutionServiceExecutionExceptionpublic <T> Execution<T> schedule(Callable<T> task, long delay, TimeUnit unit) throws TimeoutExecutionException, ExecutionException
schedule in interface ExecutionServiceTimeoutExecutionExceptionExecutionExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.