类 JobRegistryHelper
java.lang.Object
com.xxl.job.admin.core.thread.JobRegistryHelper
job registry instance
- 作者:
- xuxueli 2016-10-02 19:10:24
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static JobRegistryHelpercom.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) voidstart()voidtoStop()
-
构造器详细资料
-
JobRegistryHelper
public JobRegistryHelper()
-
-
方法详细资料
-
getInstance
-
start
public void start() -
toStop
public void toStop() -
registry
public com.xxl.job.core.biz.model.ReturnT<String> registry(com.xxl.job.core.biz.model.RegistryParam registryParam) -
registryRemove
public com.xxl.job.core.biz.model.ReturnT<String> registryRemove(com.xxl.job.core.biz.model.RegistryParam registryParam)
-