Uses of Class
net.sourceforge.java.util.jobs.Job

Packages that use Job
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
net.sourceforge.java.util.jobs Provides core support for interacting with background activity. 
 

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

Subclasses of Job in net.sourceforge.java.feednread.backend.jobs
 class DownloadJob
           Downloads a web based resource to a File on the local machine.
 class NewsFeedAggregationManagerJob
           Job to control and coordinate the aggregation of a bunch of Favorites i.e. their associated NewsFeeds.
 class NewsFeedAggregatorJob
           Job to aggregate a single Favrite i.e. its set NewsFeed into a given AggregatedNewsFeed.
 class NewsFeedArchivingJob
           Job which adds a NewsFeed to the NewsFeedArchive.
 class NewsFeedFavoritesTreeOPMLImportJob
           Job to import the favorite structure embedded in an opml file into a Category.
 class NewsFeedParserJob
           Job which parses a NewsFeed either by a given url or a Favorite which houses the url settings.
 class NewsFeedUpdateJob
           Job to update a NewsFeed either by a given url or a Favorite.
 class NewsFeedUpdateManagerJob
           Coordinates the well-regulated update of a Favorite bundle, e.g. a parent Category.
 class TreeImportJob
           Job to import the structures from the NewsFeedFavoritesTree and NewsFeedWatchesTree into a Category respective WatchFolder.
 

Uses of Job in net.sourceforge.java.util.jobs
 

Subclasses of Job in net.sourceforge.java.util.jobs
 class IdleJobStatusReaper
           Reapes idle JobStatus instances found in a JobStatusTableContentProvider whose idle time is greater than the time specified in IdleJobStatusReaper.DEFAULT_IDLE_TIME.