Serialized Form


Package com.sun.syndication.fetcher

Class com.sun.syndication.fetcher.FetcherEvent extends EventObject implements Serializable

serialVersionUID: 273916232935l

Serialized Fields

eventType

String eventType

urlString

String urlString

feed

SyndFeed feed

Class com.sun.syndication.fetcher.FetcherException extends Exception implements Serializable

serialVersionUID: 4419632963520l

Serialized Fields

responseCode

int responseCode


Package com.sun.syndication.fetcher.impl

Class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache extends Object implements Serializable

serialVersionUID: 846881429932l

Serialized Fields

infoCache

Map infoCache

Class com.sun.syndication.fetcher.impl.SyndFeedInfo extends Object implements Serializable

serialVersionUID: 50029123528134l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Deserializes this SyndFeedInfo object. The enclosed SyndFeed is deserialized from a separate xml file in the default ConfigurationManager.DEFAULT_CACHE_DIRECTORY_KEY denoted by SyndFeedInfo.getId() plus the .xml suffix.

Throws:
IOException - if an io error occurred during serialization
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException

Serializes this SyndFeedInfo object. The enclosed SyndFeed is serialized as separate xml file into the default ConfigurationManager.DEFAULT_CACHE_DIRECTORY_KEY using the SyndFeedInfo.getId() plus the .xml suffix as filename.

Throws:
IOException - if an io error occurred during serialization
Serialized Fields

_objBean

ObjectBean _objBean

id

String id

url

URL url

lastModified

Object lastModified

eTag

String eTag

syndFeed

SyndFeed syndFeed


Package net.sourceforge.java.feednread.backend.configuration

Class net.sourceforge.java.feednread.backend.configuration.PersistenceException extends Exception implements Serializable

serialVersionUID: -7820120052814316l


Package net.sourceforge.java.feednread.backend.model.newstable

Class net.sourceforge.java.feednread.backend.model.newstable.AggregatedNewsFeed extends NewsFeed implements Serializable

serialVersionUID: 233779053721l

Serialized Fields

newsFeeds

List newsFeeds

The List of aggregated NewsFeeds

Class net.sourceforge.java.feednread.backend.model.newstable.ArchivedNewsFeed extends NewsFeed implements Serializable

serialVersionUID: 11309576219303l

Class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed extends Object implements Serializable

serialVersionUID: 3972137200842934l

Serialized Fields

url

String url

The url of the NewsFeed


originalFeed

SyndFeed originalFeed

The original Rome SyndFeed representation


newsFeedEntries

List newsFeedEntries

The List of NewsFeedEntry wrapper objects

Class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry extends Object implements Serializable

serialVersionUID: 2729173552801l

Serialized Fields

entry

SyndEntry entry

The original Rome SyndEntry representation


description

String description

The HTML 4.01 converted news description


categories

String categories

The converted categories (comma separated list of categories)


authors

String authors

The converted authors (comma separated list of authors)


title

String title

The trimmed news title


read

boolean read

The news read status whereas true indicates a read and false an unread NewsFeedEntry<


tagged

boolean tagged

The news tag status whereas true indicates a tagged and false an untagged NewsFeedEntry<


newsFeed

NewsFeed newsFeed

The NewsFeed that the NewsFeedEntry is associated to


Package net.sourceforge.java.feednread.frontend.components.newstable.event

Class net.sourceforge.java.feednread.frontend.components.newstable.event.NewsFeedTableStatusChangedEvent extends EventObject implements Serializable

serialVersionUID: 18087962936l


Package net.sourceforge.java.util.gui.jface.viewers.event

Class net.sourceforge.java.util.gui.jface.viewers.event.MutableTreeElementEvent extends EventObject implements Serializable

serialVersionUID: -552791052299201l

Serialized Fields

element

IMutableTreeElement element

The element affected by the event


parent

IMutableTreeElement parent

The parent element affected by the event


Package net.sourceforge.java.util.i18n.event

Class net.sourceforge.java.util.i18n.event.LanguageResourceChangeEvent extends EventObject implements Serializable

serialVersionUID: -3191692370519146827l


Package net.sourceforge.java.util.jobs.event

Class net.sourceforge.java.util.jobs.event.JobEvent extends EventObject implements Serializable

serialVersionUID: -133428733008127l