@Service public class AdminBizImpl extends Object implements com.xxl.job.core.biz.AdminBiz
| 限定符和类型 | 字段和说明 |
|---|---|
private JobInfoMapper |
xxlJobInfoMapper |
JobLogMapper |
xxlJobLogMapper |
private JobRegistryMapper |
xxlJobRegistryMapper |
| 构造器和说明 |
|---|
AdminBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
private com.xxl.job.core.biz.model.ReturnT<String> |
callback(com.xxl.job.core.biz.model.HandleCallbackParam handleCallbackParam) |
com.xxl.job.core.biz.model.ReturnT<String> |
callback(List<com.xxl.job.core.biz.model.HandleCallbackParam> callbackParamList) |
private void |
freshGroupRegistryInfo(com.xxl.job.core.biz.model.RegistryParam registryParam) |
private boolean |
isNumeric(String str) |
com.xxl.job.core.biz.model.ReturnT<String> |
registry(com.xxl.job.core.biz.model.RegistryParam registryParam) |
com.xxl.job.core.biz.model.ReturnT<String> |
registryRemove(com.xxl.job.core.biz.model.RegistryParam registryParam) |
public JobLogMapper xxlJobLogMapper
private JobInfoMapper xxlJobInfoMapper
private JobRegistryMapper xxlJobRegistryMapper
public com.xxl.job.core.biz.model.ReturnT<String> callback(List<com.xxl.job.core.biz.model.HandleCallbackParam> callbackParamList)
callback 在接口中 com.xxl.job.core.biz.AdminBizprivate com.xxl.job.core.biz.model.ReturnT<String> callback(com.xxl.job.core.biz.model.HandleCallbackParam handleCallbackParam)
private boolean isNumeric(String str)
public com.xxl.job.core.biz.model.ReturnT<String> registry(com.xxl.job.core.biz.model.RegistryParam registryParam)
registry 在接口中 com.xxl.job.core.biz.AdminBizpublic com.xxl.job.core.biz.model.ReturnT<String> registryRemove(com.xxl.job.core.biz.model.RegistryParam registryParam)
registryRemove 在接口中 com.xxl.job.core.biz.AdminBizprivate void freshGroupRegistryInfo(com.xxl.job.core.biz.model.RegistryParam registryParam)
Copyright © 2022. All rights reserved.