public class SimpleExecutor
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static SimpleExecutor |
create(java.lang.String threadNamePrefix,
int corePoolSize,
int maxPoolSize) |
void |
execute(java.lang.Runnable runnable) |
static SimpleExecutor |
getInstance() |
public static SimpleExecutor getInstance()
public static SimpleExecutor create(java.lang.String threadNamePrefix, int corePoolSize, int maxPoolSize)
public void execute(java.lang.Runnable runnable)