Package org.spincast.plugins.session
Class SpincastSessionDeleteOldSessionsScheduledTask
java.lang.Object
org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
- All Implemented Interfaces:
- org.quartz.Job,- SpincastScheduledTask
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig spincastSessionConfig, SpincastSessionManager spincastSessionManager) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecuteSafe(org.quartz.JobExecutionContext context) To override to implement the actual ScheduledTask action.protected SpincastSessionConfigprotected SpincastSessionManagerorg.quartz.TriggerWhen to run this task?Methods inherited from class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBaseexecute
- 
Field Details- 
loggerprotected static final org.slf4j.Logger logger
 
- 
- 
Constructor Details- 
SpincastSessionDeleteOldSessionsScheduledTask@Inject public SpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig spincastSessionConfig, SpincastSessionManager spincastSessionManager) 
 
- 
- 
Method Details- 
getSpincastSessionConfig
- 
getSpincastSessionManager
- 
getTriggerpublic org.quartz.Trigger getTrigger()Description copied from interface:SpincastScheduledTaskWhen to run this task?- Specified by:
- getTriggerin interface- SpincastScheduledTask
- Specified by:
- getTriggerin class- SpincastScheduledTaskBase
 
- 
executeSafepublic void executeSafe(org.quartz.JobExecutionContext context) Description copied from class:SpincastScheduledTaskBaseTo override to implement the actual ScheduledTask action.Will only be called if the ScheduledTask isn't already running. - Specified by:
- executeSafein class- SpincastScheduledTaskBase
 
 
-