com.xpn.xwiki.plugin.activitystream.impl
Class ActivityStreamCleanerJob

java.lang.Object
  extended by com.xpn.xwiki.plugin.scheduler.AbstractJob
      extended by 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 $

Constructor Summary
ActivityStreamCleanerJob()
           
 
Method Summary
protected  void executeJob(org.quartz.JobExecutionContext jobContext)
           
 
Methods inherited from class com.xpn.xwiki.plugin.scheduler.AbstractJob
execute
 
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
 

Constructor Detail

ActivityStreamCleanerJob

public ActivityStreamCleanerJob()
Method Detail

executeJob

protected void executeJob(org.quartz.JobExecutionContext jobContext)
                   throws org.quartz.JobExecutionException
Specified by:
executeJob in class AbstractJob
Throws:
org.quartz.JobExecutionException


Copyright © 2004-2013 XWiki. All Rights Reserved.