public interface TimerTask
Modifier and Type | Method and Description |
---|---|
default void |
abort()
Abort the running timer task.
|
void |
run(TimerEntry e,
String arg)
A timer task is started.
|
void run(TimerEntry e, String arg) throws Exception
e
- the persistent timer entryarg
- the argument string defined in the timer entry.Exception
default void abort()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.