Uses of Interface
org.jasig.portal.utils.threading.Task

Packages that use Task
org.jasig.portal   
org.jasig.portal.services.stats   
org.jasig.portal.utils.threading   
 

Uses of Task in org.jasig.portal
 

Classes in org.jasig.portal that implement Task
protected  class ChannelRenderer.Worker
           
 

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

Classes in org.jasig.portal.services.stats that implement Task
 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.
 class StatsRecorderWorkerTask
          Base class for all stats recorder worker tasks to extend.
 

Uses of Task in org.jasig.portal.utils.threading
 

Classes in org.jasig.portal.utils.threading that implement Task
 class BaseTask
          A convenience base task class for subclasses.
 class RunnableTask
          This class exists as a convenience to execute Runnables.