org.jasig.portal.services.stats
Class RecordChannelRemovedFromLayoutWorkerTask

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.RecordChannelRemovedFromLayoutWorkerTask
All Implemented Interfaces:
java.lang.Runnable, Task

public class RecordChannelRemovedFromLayoutWorkerTask
extends StatsRecorderWorkerTask

Records the removal of a channel from 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
RecordChannelRemovedFromLayoutWorkerTask(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

RecordChannelRemovedFromLayoutWorkerTask

public RecordChannelRemovedFromLayoutWorkerTask(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