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, submit
public void start()
public void interrupt()
public void shutdown()
Executor
Copyright © 2023. All rights reserved.