Constructor and Description |
---|
TimerManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning()
Ask the object if it has been started
|
void |
reconfigure()
Reschedule the timers after some properties of a timer has been changed.
|
static void |
resetExceptions(TimerEntry tEntry)
Empty the list of sent exceptions.
|
void |
showQueue(HttpServletRequest req,
HttpServletResponse res)
Shows an overview of the timer subsystem.
|
void |
shutdown()
This method is called on shutdown.
|
void |
startup()
This method is called when the object is "started".
|
static void |
timerException(TimerEntry tEntry,
Persistent so,
String message,
Throwable e)
This method is for exception handling in a timer task.
|
public void startup()
Lifecycle
public void shutdown()
Lifecycle
public boolean isRunning()
Service
public void reconfigure()
public void showQueue(HttpServletRequest req, HttpServletResponse res) throws Exception
Exception
public static void resetExceptions(TimerEntry tEntry)
public static void timerException(TimerEntry tEntry, Persistent so, String message, Throwable e)
tEntry
- the timer entry.so
- a context objectmessage
- the error messagee
- the exception you want to report.@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.