|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectplay.PlayPlugin
play.jobs.JobsPlugin
public class JobsPlugin
| 字段摘要 | |
|---|---|
static java.util.concurrent.ScheduledThreadPoolExecutor |
executor
|
static java.util.List<Job> |
scheduledJobs
|
| 从类 play.PlayPlugin 继承的字段 |
|---|
index |
| 构造方法摘要 | |
|---|---|
JobsPlugin()
|
|
| 方法摘要 | ||
|---|---|---|
void |
afterApplicationStart()
Called after the application start. |
|
java.lang.String |
getStatus()
Return the plugin status |
|
void |
onApplicationStart()
Called at application start (and at each reloading) Time to start stateful things. |
|
void |
onApplicationStop()
Called at application stop (and before each reloading) Time to shutdown stateful things. |
|
static
|
scheduleForCRON(Job<V> job)
|
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static java.util.concurrent.ScheduledThreadPoolExecutor executor
public static java.util.List<Job> scheduledJobs
| 构造方法详细信息 |
|---|
public JobsPlugin()
| 方法详细信息 |
|---|
public java.lang.String getStatus()
PlayPlugin 复制的描述
PlayPlugin 中的 getStatuspublic void afterApplicationStart()
PlayPlugin 复制的描述
PlayPlugin 中的 afterApplicationStartpublic void onApplicationStart()
PlayPlugin 复制的描述
PlayPlugin 中的 onApplicationStartpublic static <V> void scheduleForCRON(Job<V> job)
public void onApplicationStop()
PlayPlugin 复制的描述
PlayPlugin 中的 onApplicationStop
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||