Uses of Class
net.sourceforge.java.feednread.backend.archive.NewsFeedArchive

Packages that use NewsFeedArchive
net.sourceforge.java.feednread.backend.archive Provides interfaces and classes for archival storage of NewsFeed model objects. 
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.feednread.backend.model.newstable Provides the data model classes for the NewsFeedTable ui component. 
 

Uses of NewsFeedArchive in net.sourceforge.java.feednread.backend.archive
 

Fields in net.sourceforge.java.feednread.backend.archive declared as NewsFeedArchive
private static NewsFeedArchive NewsFeedArchive.SINGLETON_INSTANCE
           The single unique NewsFeedArchive instance
 

Methods in net.sourceforge.java.feednread.backend.archive that return NewsFeedArchive
static NewsFeedArchive NewsFeedArchive.getInstance()
           Gets the single unique NewsFeedArchive instance.
 

Methods in net.sourceforge.java.feednread.backend.archive with parameters of type NewsFeedArchive
 void IArchivable.addToArchive(NewsFeedArchive archive)
           Adds a NewsFeed to the specified NewsFeedArchive.
 void IArchivable.synchronizeWithArchive(NewsFeedArchive archive)
           Synchronizes a NewsFeed with the specified NewsFeedArchive.
 

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

Fields in net.sourceforge.java.feednread.backend.jobs declared as NewsFeedArchive
private  NewsFeedArchive NewsFeedArchivingJob.archive
           The archive to use for archiving
 

Constructors in net.sourceforge.java.feednread.backend.jobs with parameters of type NewsFeedArchive
NewsFeedArchivingJob(NewsFeedArchive archive, NewsFeed newsFeed)
           Creates a new NewsFeedArchivingJob which archives the specified NewsFeed in the specified NewsFeedArchive.
 

Uses of NewsFeedArchive in net.sourceforge.java.feednread.backend.model.newstable
 

Methods in net.sourceforge.java.feednread.backend.model.newstable with parameters of type NewsFeedArchive
 void NewsFeed.addToArchive(NewsFeedArchive archive)
           Adds this NewsFeed to the specified NewsFeedArchive.
 void NewsFeed.synchronizeWithArchive(NewsFeedArchive archive)
           Synchronizes this NewsFeed with the specified NewsFeedArchive.
 void AggregatedNewsFeed.addToArchive(NewsFeedArchive archive)
           Adds this AggregatedNewsFeed to the specified NewsFeedArchive.
 void AggregatedNewsFeed.synchronizeWithArchive(NewsFeedArchive archive)
           Synchronizes this AggregatedNewsFeed with the specified NewsFeedArchive.