类 AdminBizImpl
java.lang.Object
com.xxl.job.admin.service.impl.AdminBizImpl
- 所有已实现的接口:
com.xxl.job.core.biz.AdminBiz
- 作者:
- xuxueli 2017-07-27 21:54:20
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.xxl.job.core.biz.model.ReturnT<String>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)
-
构造器详细资料
-
AdminBizImpl
public AdminBizImpl()
-
-
方法详细资料
-
callback
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.AdminBiz
-
registry
public com.xxl.job.core.biz.model.ReturnT<String> registry(com.xxl.job.core.biz.model.RegistryParam registryParam) - 指定者:
registry在接口中com.xxl.job.core.biz.AdminBiz
-
registryRemove
public com.xxl.job.core.biz.model.ReturnT<String> registryRemove(com.xxl.job.core.biz.model.RegistryParam registryParam) - 指定者:
registryRemove在接口中com.xxl.job.core.biz.AdminBiz
-