org.bejug.javacareers.feeder
Class RssGeneratorFeederTask

java.lang.Object
  extended byorg.bejug.javacareers.feeder.FeederTask
      extended byorg.bejug.javacareers.feeder.RssGeneratorFeederTask

public class RssGeneratorFeederTask
extends FeederTask

Generates an RSS2.0 file from a datasource TODO: Split from thread

Version:
$Revision: 1.5 $ - $Date: 2005/12/20 15:36:45 $
Author:
Bavo Bruylandt (Last modified by $Author: shally $)

Field Summary
static org.apache.commons.logging.Log LOG
          The class logger.
 
Fields inherited from class org.bejug.javacareers.feeder.FeederTask
channel, filepath
 
Constructor Summary
RssGeneratorFeederTask()
           
 
Method Summary
 void init()
           
 void run()
          Starts the task in seperate thread.
 
Methods inherited from class org.bejug.javacareers.feeder.FeederTask
constructFeeder, getAdminService, getFeederDaemonConfig, getJavaCareersConfig, getJobService, getRssFeedService, getSearchCriteriaFactory, getSearchCriteriaService, isRunning, setAdminService, setFeederDaemonConfig, setJavaCareersConfig, setJobService, setRssFeedService, setRunning, setSearchCriteriaFactory, setSearchCriteriaService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
The class logger.

Constructor Detail

RssGeneratorFeederTask

public RssGeneratorFeederTask()
Method Detail

init

public void init()

run

public void run()
Starts the task in seperate thread.



Copyright © 2005-2006 BeJUG. All Rights Reserved.