uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Class RecordFolderAddedToLayoutWorkerTask

java.lang.Object
  extended byorg.jasig.portal.utils.threading.WorkerTask
      extended byorg.jasig.portal.services.stats.StatsRecorderWorkerTask
          extended byorg.jasig.portal.services.stats.RecordFolderAddedToLayoutWorkerTask
All Implemented Interfaces:
java.lang.Runnable

public class RecordFolderAddedToLayoutWorkerTask
extends StatsRecorderWorkerTask

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

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

Constructor Summary
RecordFolderAddedToLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 
Method Summary
 void run()
          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.WorkerTask
deregisterTracker, getException, getWorker, getWorkTracker, hasException, kill, setException, setWorker, setWorkTracker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordFolderAddedToLayoutWorkerTask

public RecordFolderAddedToLayoutWorkerTask(IPerson person,
                                           UserProfile profile,
                                           IUserLayoutFolderDescription folderDesc)
Method Detail

run

public void run()
Description copied from class: StatsRecorderWorkerTask
Does the real work of the worker task

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class StatsRecorderWorkerTask

uPortal 2.4.1
API Documentation