public class MethodJobHandler extends IJobHandler
| 构造器和说明 |
|---|
MethodJobHandler(Object target,
Method method,
Method initMethod,
Method destroyMethod) |
public void execute()
throws Exception
execute 在类中 IJobHandlerExceptionpublic void init()
throws Exception
init 在类中 IJobHandlerExceptionpublic void destroy()
throws Exception
destroy 在类中 IJobHandlerExceptionCopyright © 2022. All rights reserved.