org.jasig.portal.services.stats
Class RecordFolderUpdatedInLayoutWorkerTask

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

public class RecordFolderUpdatedInLayoutWorkerTask
extends StatsRecorderWorkerTask

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

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

Field Summary
 
Fields inherited from class org.jasig.portal.services.stats.StatsRecorderWorkerTask
statsRecorder
 
Fields inherited from class org.jasig.portal.utils.threading.BaseTask
exception
 
Constructor Summary
RecordFolderUpdatedInLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 
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
 

Constructor Detail

RecordFolderUpdatedInLayoutWorkerTask

public RecordFolderUpdatedInLayoutWorkerTask(IPerson person,
                                             UserProfile profile,
                                             IUserLayoutFolderDescription folderDesc)
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


Copyright © 2005-2007 . All Rights Reserved.