public class SpincastSessionDeleteOldSessionsScheduledTask extends SpincastScheduledTaskBase
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig spincastSessionConfig,
SpincastSessionManager spincastSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSafe(org.quartz.JobExecutionContext context)
To override to implement the actual ScheduledTask action.
|
protected SpincastSessionConfig |
getSpincastSessionConfig() |
protected SpincastSessionManager |
getSpincastSessionManager() |
org.quartz.Trigger |
getTrigger()
When to run this task?
|
execute@Inject public SpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig spincastSessionConfig, SpincastSessionManager spincastSessionManager)
protected SpincastSessionConfig getSpincastSessionConfig()
protected SpincastSessionManager getSpincastSessionManager()
public org.quartz.Trigger getTrigger()
SpincastScheduledTaskgetTrigger in interface SpincastScheduledTaskgetTrigger in class SpincastScheduledTaskBasepublic void executeSafe(org.quartz.JobExecutionContext context)
SpincastScheduledTaskBaseWill only be called if the ScheduledTask isn't already running.
executeSafe in class SpincastScheduledTaskBaseCopyright © 2019. All rights reserved.