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,org.spincast.plugins.scheduledtasks.SpincastScheduledTask
public class SpincastSessionDeleteOldSessionsScheduledTask
extends org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig spincastSessionConfig, SpincastSessionManager spincastSessionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteSafe(org.quartz.JobExecutionContext context) protected SpincastSessionConfigprotected SpincastSessionManagerorg.quartz.TriggerMethods inherited from class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
execute
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
SpincastSessionDeleteOldSessionsScheduledTask
@Inject public SpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig spincastSessionConfig, SpincastSessionManager spincastSessionManager)
-
-
Method Details
-
getSpincastSessionConfig
-
getSpincastSessionManager
-
getTrigger
public org.quartz.Trigger getTrigger()- Specified by:
getTriggerin interfaceorg.spincast.plugins.scheduledtasks.SpincastScheduledTask- Specified by:
getTriggerin classorg.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
-
executeSafe
public void executeSafe(org.quartz.JobExecutionContext context) - Specified by:
executeSafein classorg.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
-