com.xpn.xwiki.plugin.activitystream.impl
Class ActivityStreamCleanerJob
java.lang.Object
com.xpn.xwiki.plugin.scheduler.AbstractJob
com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamCleanerJob
- All Implemented Interfaces:
- org.quartz.Job
public class ActivityStreamCleanerJob
- extends AbstractJob
- implements org.quartz.Job
This job deletes all the events older than a configured number of days in the activitystream datastore.
- Version:
- $Id: 6144e8076f1d1b2bcafd46b8c71be74bb85ee9ce $
|
Method Summary |
protected void |
executeJob(org.quartz.JobExecutionContext jobContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.quartz.Job |
execute |
ActivityStreamCleanerJob
public ActivityStreamCleanerJob()
executeJob
protected void executeJob(org.quartz.JobExecutionContext jobContext)
throws org.quartz.JobExecutionException
- Specified by:
executeJob in class AbstractJob
- Throws:
org.quartz.JobExecutionException
Copyright © 2004-2012 XWiki. All Rights Reserved.