Uses of Class
net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob

Packages that use NewsFeedAggregationManagerJob
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
 

Uses of NewsFeedAggregationManagerJob in net.sourceforge.java.feednread.backend.jobs
 

Fields in net.sourceforge.java.feednread.backend.jobs declared as NewsFeedAggregationManagerJob
private  NewsFeedAggregationManagerJob NewsFeedAggregatorJob.aggregationMgr
           The coordinating aggregation manager
 

Constructors in net.sourceforge.java.feednread.backend.jobs with parameters of type NewsFeedAggregationManagerJob
NewsFeedAggregatorJob(Favorite newsFeedFavorite, NewsFeedAggregationManagerJob aggregationMgr, AggregatedNewsFeed newsFeed)
           Creates a new NewsFeedAggregatorJob that adds the parsed entries of the sepcified newsfeed Favorite to the specified aggregated newsFeed.