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: 7f16ee50c4a3a206dc4c1f1ffc728b3a336a0664 $
|
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-2011 XWiki. All Rights Reserved.