org.jasig.portal.services.stats
Class RecordChannelUpdatedInLayoutWorkerTask

java.lang.Object
  extended by org.jasig.portal.utils.threading.BaseTask
      extended by org.jasig.portal.services.stats.StatsRecorderWorkerTask
          extended by org.jasig.portal.services.stats.RecordChannelUpdatedInLayoutWorkerTask
All Implemented Interfaces:
java.lang.Runnable, Task

public class RecordChannelUpdatedInLayoutWorkerTask
extends StatsRecorderWorkerTask

Records the updating of a channel in a user's layout in a separate thread.

Version:
$Revision: 1.8 $
Author:
Ken Weiner, kweiner@unicon.net

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
RecordChannelUpdatedInLayoutWorkerTask(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

person

IPerson person

profile

UserProfile profile

channelDesc

IUserLayoutChannelDescription channelDesc
Constructor Detail

RecordChannelUpdatedInLayoutWorkerTask

public RecordChannelUpdatedInLayoutWorkerTask(IPerson person,
                                              UserProfile profile,
                                              IUserLayoutChannelDescription channelDesc)
Method Detail

execute

public void execute()
             throws java.lang.Exception
Description copied from class: StatsRecorderWorkerTask
Does the real work of the worker task

Specified by:
execute in class StatsRecorderWorkerTask
Throws:
java.lang.Exception