|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sourceforge.rssowl.controller.thread.FeedQueueLoader
The RSS queue loader is a thread that loads feed from a Vector. The feeds are loaded feed by feed beginning with the first element of the vector.
Field Summary | |
private Vector |
feedQueue
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
FeedQueueLoader()
Instantiate a new FeedQueueLoader Thread |
Method Summary | |
void |
addFeed(String url)
Add a feed to the queue |
(package private) String |
getLastFeed()
Get the last feed to load |
(package private) String |
getNextFeed()
Get the next feed to load |
void |
run()
|
void |
startThread()
Start the RSS Queue loader Thread |
void |
stopThread()
Stop the RSS Queue loader Thread |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Vector feedQueue
Constructor Detail |
public FeedQueueLoader()
Method Detail |
public void addFeed(String url)
url
- URL of the feedpublic void run()
Thread.run()
public void startThread()
public void stopThread()
String getLastFeed()
String getNextFeed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |