public class SingleThreadExecutorServices extends 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.
|
ExecutorService |
getTaskExecutor()
Provides access to the executor service used for asynchronous tasks.
|
public ExecutorService getTaskExecutor()
getTaskExecutor in interface ExecutorServicesCopyright © 2013 Seam Framework. All Rights Reserved.