public class SingleThreadExecutorServices extends java.lang.Object implements ExecutorServices
| Constructor and Description |
|---|
SingleThreadExecutorServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
|
java.util.concurrent.ExecutorService |
getTaskExecutor()
Provides access to the executor service used for asynchronous tasks.
|
public java.util.concurrent.ExecutorService getTaskExecutor()
getTaskExecutor in interface ExecutorServicesCopyright © 2014 Seam Framework. All Rights Reserved.