org.alfresco.repo.activities.feed
Class FeedGeneratorJob

java.lang.Object
  extended by org.alfresco.repo.activities.feed.FeedGeneratorJob
All Implemented Interfaces:
org.quartz.Job

public class FeedGeneratorJob
extends java.lang.Object
implements org.quartz.Job

Executes scheduled feed generator quartz-job - refer to scheduled-jobs-context.xml


Constructor Summary
FeedGeneratorJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Calls the feed generator to do its work
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedGeneratorJob

public FeedGeneratorJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Calls the feed generator to do its work

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.