|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.threading.BaseTask
org.jasig.portal.services.stats.StatsRecorderWorkerTask
public abstract class StatsRecorderWorkerTask
Base class for all stats recorder worker tasks to extend.
Field Summary | |
---|---|
protected IStatsRecorder |
statsRecorder
|
Fields inherited from class org.jasig.portal.utils.threading.BaseTask |
---|
exception |
Constructor Summary | |
---|---|
StatsRecorderWorkerTask()
|
Method Summary | |
---|---|
abstract void |
execute()
Does the real work of the worker task |
void |
setStatsRecorder(IStatsRecorder statsRecorder)
Set the stats reocorder that this task should use |
Methods inherited from class org.jasig.portal.utils.threading.BaseTask |
---|
getException, run, setException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IStatsRecorder statsRecorder
Constructor Detail |
---|
public StatsRecorderWorkerTask()
Method Detail |
---|
public abstract void execute() throws java.lang.Exception
execute
in class BaseTask
java.lang.Exception
public void setStatsRecorder(IStatsRecorder statsRecorder)
statsRecorder
- the stats recorder that this task should use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |