Class SpincastSessionPluginScheduledTaskProviderDefault
java.lang.Object
org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
- All Implemented Interfaces:
com.google.inject.Provider<Set<org.spincast.plugins.scheduledtasks.SpincastScheduledTask>>,javax.inject.Provider<Set<org.spincast.plugins.scheduledtasks.SpincastScheduledTask>>,SpincastSessionPluginScheduledTaskProvider
public class SpincastSessionPluginScheduledTaskProviderDefault
extends Object
implements SpincastSessionPluginScheduledTaskProvider
-
Constructor Summary
ConstructorsConstructorDescriptionSpincastSessionPluginScheduledTaskProviderDefault(SpincastSessionConfig spincastSessionConfig, SpincastSessionDeleteOldSessionsScheduledTask spincastSessionDeleteOldSessionsScheduledTask) -
Method Summary
Modifier and TypeMethodDescriptionSet<org.spincast.plugins.scheduledtasks.SpincastScheduledTask>get()protected SpincastSessionConfigprotected boolean
-
Constructor Details
-
SpincastSessionPluginScheduledTaskProviderDefault
@Inject public SpincastSessionPluginScheduledTaskProviderDefault(SpincastSessionConfig spincastSessionConfig, SpincastSessionDeleteOldSessionsScheduledTask spincastSessionDeleteOldSessionsScheduledTask)
-
-
Method Details
-
getSpincastSessionConfig
-
getSpincastSessionDeleteOldSessionsScheduledTask
protected SpincastSessionDeleteOldSessionsScheduledTask getSpincastSessionDeleteOldSessionsScheduledTask() -
get
-
isAutoRegisterScheduledTaskToDeleteOldSessions
protected boolean isAutoRegisterScheduledTaskToDeleteOldSessions()
-