|
||||||||||
| 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
org.jasig.portal.services.stats.RecordSessionCreatedWorkerTask
public class RecordSessionCreatedWorkerTask
Records creation of a new session in a separate thread.
| Field Summary | |
|---|---|
(package private) IPerson |
person
|
| Fields inherited from class org.jasig.portal.services.stats.StatsRecorderWorkerTask |
|---|
statsRecorder |
| Fields inherited from class org.jasig.portal.utils.threading.BaseTask |
|---|
exception |
| Constructor Summary | |
|---|---|
RecordSessionCreatedWorkerTask(IPerson person)
|
|
| Method Summary | |
|---|---|
void |
execute()
Does the real work of the worker task |
| Methods inherited from class org.jasig.portal.services.stats.StatsRecorderWorkerTask |
|---|
setStatsRecorder |
| 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 |
|---|
IPerson person
| Constructor Detail |
|---|
public RecordSessionCreatedWorkerTask(IPerson person)
| Method Detail |
|---|
public void execute()
throws java.lang.Exception
StatsRecorderWorkerTask
execute in class StatsRecorderWorkerTaskjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||