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 com.xpn.xwiki.plugin.scheduler.AbstractJob
implements org.quartz.Job

This job deletes all the events older than a configured number of days in the activitystream datastore.

Version:
$Id: ActivityStreamCleanerJob.java 23179 2009-09-01 09:50:35Z jvdrean $

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 com.xpn.xwiki.plugin.scheduler.AbstractJob
Throws:
org.quartz.JobExecutionException


Copyright © 2004-2010 XWiki. All Rights Reserved.