public abstract class AbstractTimerTask extends TimerTask
protected static Logger
LOGGER
AbstractTimerTask()
abstract long
getInitialDelay()
abstract String
getName()
getPeriod()
void
init()
cancel, run, scheduledExecutionTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static final Logger LOGGER
public AbstractTimerTask()
public abstract String getName()
public abstract long getInitialDelay()
public abstract long getPeriod()
public void init()
Copyright © 2021. All rights reserved.