org.jasig.portal.services.stats
Class RecordSessionDestroyedWorkerTask

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

public class RecordSessionDestroyedWorkerTask
extends StatsRecorderWorkerTask

Records destruction of a session in a separate thread.

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

Field Summary
(package private)  IPerson person
           
 
Fields inherited from class org.jasig.portal.services.stats.StatsRecorderWorkerTask
statsRecorder
 
Fields inherited from class org.jasig.portal.utils.threading.BaseTask
exception
 
Constructor Summary
RecordSessionDestroyedWorkerTask(IPerson person)
           
 
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
Constructor Detail

RecordSessionDestroyedWorkerTask

public RecordSessionDestroyedWorkerTask(IPerson person)
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