Class JobInfoServiceImpl
- java.lang.Object
-
- net.risesoft.api.persistence.job.impl.JobInfoServiceImpl
-
- All Implemented Interfaces:
JobInfoService
@Service public class JobInfoServiceImpl extends Object implements JobInfoService
-
-
Constructor Summary
Constructors Constructor Description JobInfoServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddError(String environment)voidaddSuccess(String environment)LonggetCount(String environment)List<JobInfo>getInfo(String environment, String startTime, String endTime)获取info
-
-
-
Method Detail
-
getCount
public Long getCount(String environment)
- Specified by:
getCountin interfaceJobInfoService
-
getInfo
public List<JobInfo> getInfo(String environment, String startTime, String endTime)
Description copied from interface:JobInfoService获取info- Specified by:
getInfoin interfaceJobInfoService- Returns:
-
addSuccess
public void addSuccess(String environment)
- Specified by:
addSuccessin interfaceJobInfoService
-
addError
public void addError(String environment)
- Specified by:
addErrorin interfaceJobInfoService
-
-