|
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.util.AbstractPollableRunnable
com.jivesoftware.forum.stats.QuickStats.QuickStatsGenerator
public static class QuickStats.QuickStatsGenerator
A runnable class used to generate a set of quick stats. Use the
QuickStats.getResults()
method to get the results.
Constructor Summary | |
---|---|
QuickStats.QuickStatsGenerator(java.util.Date fromDate,
java.util.Date toDate,
java.util.List fullForumIDs)
|
Method Summary | |
---|---|
void |
doRun()
Executes the logic of the task. |
int |
getTaskValue()
Returns the current value of the task's progress. |
void |
setParameters(java.util.Map parameters)
|
Methods inherited from class com.jivesoftware.util.AbstractPollableRunnable |
---|
cancel, getEndDate, getPercentComplete, getStartDate, getTaskMaximum, getTaskMinimum, isFinished, isIndeterminate, isRunning, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuickStats.QuickStatsGenerator(java.util.Date fromDate, java.util.Date toDate, java.util.List fullForumIDs)
Method Detail |
---|
public int getTaskValue()
PollableRunnable
indeterminate
mode then this will return -1.
getTaskValue
in interface PollableRunnable
getTaskValue
in class AbstractPollableRunnable
public void setParameters(java.util.Map parameters)
public void doRun()
AbstractPollableRunnable
doRun
in class AbstractPollableRunnable
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |