| Constructor and Description | 
|---|
TimerExecutor()
Constructs a TimerExecutor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
callTask(Task task)
Calls and completes the task. 
 | 
void | 
interrupt()
Interrupts any timer tasks that are active. 
 | 
void | 
shutdown()
Shuts down this service. 
 | 
void | 
start()
Starts the executor. 
 | 
getQueueSize, handleShutdown, interruptExecutingThread, isRequestQueueEmpty, logCallTaskException, run, startThread, submitpublic void start()
public void interrupt()
public void shutdown()
ExecutorCopyright © 2025. All rights reserved.