public abstract class IScheduled extends Object implements Runnable
protected Date
nextExecutionTime
IScheduled()
protected abstract void
doInCronJob()
protected boolean
doOnBefore()
protected void
doOnSuccess()
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Date nextExecutionTime
public IScheduled()
public final void run()
run
Runnable
protected boolean doOnBefore()
protected void doOnSuccess()
protected abstract void doInCronJob()
Copyright © 2023. All rights reserved.