| 程序包 | 说明 |
|---|---|
| xyz.proteanbear.libra.framework | |
| xyz.proteanbear.libra.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AbstractQuartzJobDispatcher.invokeJobMethod(JobTaskBean jobTaskBean,
org.quartz.JobDataMap jobDataMap)
Invoke the specified method by reflection
|
| 限定符和类型 | 方法和说明 |
|---|---|
JobTaskBean |
JobTaskUtils.getJobTask(String key)
Get the specified task.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,JobTaskBean> |
JobTaskUtils.getJobTaskMap()
Get all the tasks.
|
Map<String,Map<String,JobTaskBean>> |
JobTaskUtils.getJobTaskMapGroup(String notGroup)
Gets all the task classes displayed by the group.
|
Map<String,JobTaskBean> |
JobTaskUtils.getJobTaskMapNotGroup(String notGroup)
Get all the tasks (remove a group).
|
Map<String,JobTaskBean> |
ScheduleJobUtils.jobTaskBeanMap()
Get all the tasks
|
Map<String,JobTaskBean> |
ScheduleJobUtils.jobTaskBeanMap(String pattern)
Obtain work tasks, use string matching filter.
|
Copyright © 2018. All rights reserved.