Uses of Interface
de.nava.informa.core.WithChannelMIF

Packages that use WithChannelMIF
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
 

Uses of WithChannelMIF in de.nava.informa.core
 

Subinterfaces of WithChannelMIF in de.nava.informa.core
 interface ChannelSubscriptionIF
          Implementing classes hold information about wether a channel should be updated or not, when the channel was last time updated (retrieved) and in which interval subsequent updated should be executed.
 interface FeedIF
          This interface is implemented by objects representing feeds (containing metadata about channels, like for example OCS and OPML) in the news channel object model.
 interface ItemIF
          This interface is implemented by objects representing items (that are links to articles) in the news channel object model.
 

Uses of WithChannelMIF in de.nava.informa.impl.basic
 

Classes in de.nava.informa.impl.basic that implement WithChannelMIF
 class ChannelSubscription
          In-Memory implementation of the ChannelSubscriptionIF interface.
 class Feed
          In-Memory implementation of the FeedIF interface.
 class Item
          In-Memory implementation of the ItemIF interface.
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.