Uses of Class
org.jasig.portal.services.stats.StatsRecorderWorkerTask

Packages that use StatsRecorderWorkerTask
org.jasig.portal.services.stats   
 

Uses of StatsRecorderWorkerTask in org.jasig.portal.services.stats
 

Subclasses of StatsRecorderWorkerTask in org.jasig.portal.services.stats
 class RecordChannelAddedToLayoutWorkerTask
          Records the addition of a channel to a user's layout in a separate thread.
 class RecordChannelDefinitionModifiedWorkerTask
          Records the modifying of a published channel in a separate thread.
 class RecordChannelDefinitionPublishedWorkerTask
          Records the publishing of a channel in a separate thread.
 class RecordChannelDefinitionRemovedWorkerTask
          Records the removal of a published channel in a separate thread.
 class RecordChannelInstantiatedWorkerTask
          Records the instantiation of a channel in a separate thread.
 class RecordChannelMovedInLayoutWorkerTask
          Records the moving of a channel in a user's layout in a separate thread.
 class RecordChannelRemovedFromLayoutWorkerTask
          Records the removal of a channel from a user's layout in a separate thread.
 class RecordChannelRenderedWorkerTask
          Records the rendering of a channel in a separate thread.
 class RecordChannelTargetedWorkerTask
          Records the targeting of a channel in a separate thread.
 class RecordChannelUpdatedInLayoutWorkerTask
          Records the updating of a channel in a user's layout in a separate thread.
 class RecordFolderAddedToLayoutWorkerTask
          Records the addition of a folder to a user's layout in a separate thread.
 class RecordFolderMovedInLayoutWorkerTask
          Records the moving of a folder in a user's layout in a separate thread.
 class RecordFolderRemovedFromLayoutWorkerTask
          Records the removal of a folder from a user's layout in a separate thread.
 class RecordFolderUpdatedInLayoutWorkerTask
          Records the updating of a folder in a user's layout in a separate thread.
 class RecordLoginWorkerTask
          Records a user login in a separate thread.
 class RecordLogoutWorkerTask
          Records a user logout in a separate thread.
 class RecordSessionCreatedWorkerTask
          Records creation of a new session in a separate thread.
 class RecordSessionDestroyedWorkerTask
          Records destruction of a session in a separate thread.
 

Methods in org.jasig.portal.services.stats with parameters of type StatsRecorderWorkerTask
private  void ThreadFiringStatsRecorder.executeStatsRecorderEvent(StatsRecorderWorkerTask task)