Package org.sonews.feed
Class FeedManager
java.lang.Object
org.sonews.feed.FeedManager
Controlls push and pull feeder.
- Since:
- sonews/0.5.0
- Author:
- Christian Lins
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
queueForPush
(Article article) static void
Reads the peer subscriptions from database and starts the appropriate PullFeeder or PushFeeder.
-
Field Details
-
PULL
public static final int PULL- See Also:
-
PUSH
public static final int PUSH- See Also:
-
-
Method Details
-
startFeeding
public static void startFeeding()Reads the peer subscriptions from database and starts the appropriate PullFeeder or PushFeeder. -
queueForPush
-