|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.gateway.NewsgroupFailedImportTask
public class NewsgroupFailedImportTask
The sole purpose of this class is to reattempt to import articles that failed to be previously imported hopefully because of networking issues. Three attempts will be made to import articles which previously failed: the initial run, the second after 10 minutes then the final attempt 20 minutes after that.
Constructor Summary | |
---|---|
NewsgroupFailedImportTask(NewsgroupImporter.NNTPImporter importer,
long forumID,
java.util.List failed)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewsgroupFailedImportTask(NewsgroupImporter.NNTPImporter importer, long forumID, java.util.List failed)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |