public abstract class BaseJob<T> extends Object implements org.quartz.Job
BaseJob()
T
doRun()
abstract T
run()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public BaseJob()
public T doRun()
public abstract T run()
Copyright © 2019. All rights reserved.