public class SimpleAsyncExecutorService extends Object implements DisposableExecutor
| Constructor and Description |
|---|
SimpleAsyncExecutorService() |
SimpleAsyncExecutorService(boolean notEJB) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
execute(Runnable r) |
static DisposableExecutor |
getDefaultInstance() |
static DisposableExecutor |
getUnmanagedInstance() |
static void |
shutdownInstances() |
public SimpleAsyncExecutorService()
public SimpleAsyncExecutorService(boolean notEJB)
public static DisposableExecutor getDefaultInstance()
public static DisposableExecutor getUnmanagedInstance()
public static void shutdownInstances()
public void dispose()
dispose in interface DisposableCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.