Package com.xxl.job.core.handler.impl
Class ScriptJobHandler
java.lang.Object
com.xxl.job.core.handler.IJobHandler
com.xxl.job.core.handler.impl.ScriptJobHandler
Created by xuxueli on 17/4/27.
-
Constructor Summary
ConstructorsConstructorDescriptionScriptJobHandler(int jobId, long glueUpdatetime, String gluesource, GlueTypeEnum glueType) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()execute handler, invoked when executor receives a scheduling requestlongMethods inherited from class com.xxl.job.core.handler.IJobHandler
destroy, init
-
Constructor Details
-
ScriptJobHandler
-
-
Method Details
-
getGlueUpdatetime
public long getGlueUpdatetime() -
execute
Description copied from class:IJobHandlerexecute handler, invoked when executor receives a scheduling request- Specified by:
executein classIJobHandler- Throws:
Exception
-