|
||||||||||
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.RecordChannelTargetedWorkerTask
public class RecordChannelTargetedWorkerTask
Records the targeting of a channel in a separate thread.
Field Summary | |
---|---|
(package private) IUserLayoutChannelDescription |
channelDesc
|
(package private) IPerson |
person
|
(package private) UserProfile |
profile
|
Fields inherited from class org.jasig.portal.services.stats.StatsRecorderWorkerTask |
---|
statsRecorder |
Fields inherited from class org.jasig.portal.utils.threading.BaseTask |
---|
exception |
Constructor Summary | |
---|---|
RecordChannelTargetedWorkerTask(IPerson person,
UserProfile profile,
IUserLayoutChannelDescription channelDesc)
|
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
UserProfile profile
IUserLayoutChannelDescription channelDesc
Constructor Detail |
---|
public RecordChannelTargetedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
Method Detail |
---|
public void execute() throws java.lang.Exception
StatsRecorderWorkerTask
execute
in class StatsRecorderWorkerTask
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |