public class TimeTaskContext extends Object
Constructor and Description |
---|
TimeTaskContext() |
Modifier and Type | Method and Description |
---|---|
static CQCodeUtil |
getCQCodeUtil(org.quartz.JobExecutionContext context)
获取一个CQCodeUtil
|
static DependCenter |
getDependCenter(org.quartz.JobExecutionContext context)
从一个Context中取出DependCenter
|
static MsgSender |
getMsgSender(org.quartz.JobExecutionContext context)
从一个Context中取出MsgSender
|
static void |
giveCQCodeUtil(org.quartz.JobDataMap jobDataMap,
CQCodeUtil cqCodeUtil)
保存一个CQCodeUtil
|
static void |
giveDependCenter(org.quartz.JobDataMap jobDataMap,
DependCenter dependCenter)
保存一个DependCenter
|
static void |
giveMsgSender(org.quartz.JobDataMap jobDataMap,
MsgSender sender)
为一个JobDataMap赋值
|
public static MsgSender getMsgSender(org.quartz.JobExecutionContext context)
public static void giveMsgSender(org.quartz.JobDataMap jobDataMap, MsgSender sender)
public static CQCodeUtil getCQCodeUtil(org.quartz.JobExecutionContext context)
public static void giveCQCodeUtil(org.quartz.JobDataMap jobDataMap, CQCodeUtil cqCodeUtil)
public static DependCenter getDependCenter(org.quartz.JobExecutionContext context)
public static void giveDependCenter(org.quartz.JobDataMap jobDataMap, DependCenter dependCenter)
Copyright © 2020. All rights reserved.