|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.threading.WorkerTask
org.jasig.portal.services.stats.StatsRecorderWorkerTask
Base class for all stats recorder worker tasks to extend.
Constructor Summary | |
StatsRecorderWorkerTask()
|
Method Summary | |
abstract void |
run()
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.WorkerTask |
deregisterTracker, getException, getWorker, getWorkTracker, hasException, kill, setException, setWorker, setWorkTracker |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatsRecorderWorkerTask()
Method Detail |
public abstract void run()
run
in interface java.lang.Runnable
run
in class WorkerTask
public void setStatsRecorder(IStatsRecorder statsRecorder)
statsRecorder
- the stats recorder that this task should use
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |