public abstract class JobExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobExecutor.ShutdownListener |
| Modifier and Type | Field and Description |
|---|---|
protected JobExecutor.ShutdownListener |
shutdownListener |
| Constructor and Description |
|---|
JobExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addShutdownListener(JobExecutor.ShutdownListener listener) |
abstract Object |
execute(String script) |
void |
shutdown() |
protected JobExecutor.ShutdownListener shutdownListener
public void shutdown()
public void addShutdownListener(JobExecutor.ShutdownListener listener)
Copyright © 2009–2017 CodeLibs. All rights reserved.