Package org.ametys.web.workflow.archive
Class ArchiveContentsScheduler
- java.lang.Object
-
- java.util.TimerTask
-
- org.ametys.cms.workflow.archive.ArchiveContentsScheduler
-
- org.ametys.web.workflow.archive.ArchiveContentsScheduler
-
- All Implemented Interfaces:
Runnable
,Disposable
,Initializable
,Configurable
,Contextualizable
,LogEnabled
,Serviceable
public class ArchiveContentsScheduler extends ArchiveContentsScheduler
Archive contents scheduler: launches a cron which archives contents when necessary. This scheduler is the same as the CMS' ArchiveContentsScheduler, except it runs the web version of ArchiveContentsEngine.
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.workflow.archive.ArchiveContentsScheduler
_configuration, _context, _logger, _manager, _timer
-
-
Constructor Summary
Constructors Constructor Description ArchiveContentsScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.ametys.cms.workflow.archive.ArchiveContentsScheduler
configure, contextualize, dispose, enableLogging, initialize, service
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Constructor Detail
-
ArchiveContentsScheduler
public ArchiveContentsScheduler()
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classArchiveContentsScheduler
-
-