Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.gateway
Class NewsgroupFailedImportTask

java.lang.Object
  extended by com.jivesoftware.forum.gateway.NewsgroupFailedImportTask
All Implemented Interfaces:
java.lang.Runnable

public class NewsgroupFailedImportTask
extends java.lang.Object
implements java.lang.Runnable

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

NewsgroupFailedImportTask

public NewsgroupFailedImportTask(NewsgroupImporter.NNTPImporter importer,
                                 long forumID,
                                 java.util.List failed)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.