@IocBean public class QuartzStarter extends Object implements ServerFace
| 限定符和类型 | 字段和说明 |
|---|---|
protected AppContext |
appContext |
protected org.nutz.ioc.impl.PropertiesProxy |
conf |
protected org.quartz.Scheduler |
scheduler |
| 构造器和说明 |
|---|
QuartzStarter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
start() |
protected void |
startScheduler(org.quartz.Scheduler scheduler,
int startupDelay) |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfailsafe, isRunning@Inject protected org.nutz.ioc.impl.PropertiesProxy conf
@Inject protected AppContext appContext
@Inject protected org.quartz.Scheduler scheduler
protected void startScheduler(org.quartz.Scheduler scheduler,
int startupDelay)
throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionpublic void start()
throws Exception
start 在接口中 ServerFaceExceptionpublic void stop()
throws Exception
stop 在接口中 ServerFaceExceptionCopyright © 2019. All rights reserved.