@Component public class JobAlarmer extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| 限定符和类型 | 字段和说明 |
|---|---|
private org.springframework.context.ApplicationContext |
applicationContext |
private List<JobAlarm> |
jobAlarmList |
private static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
JobAlarmer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
boolean |
alarm(JobInfo info,
JobLog jobLog)
job alarm
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
private static org.slf4j.Logger logger
private org.springframework.context.ApplicationContext applicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2022. All rights reserved.