Uses of Package
org.jasig.portal.services.stats

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

Classes in org.jasig.portal.services.stats used by org.jasig.portal.services
IStatsRecorder
          Gathers portal usage statistics such as user logins.
StatsRecorderLayoutEventListener
          Listens to events generated by an IUserLayoutManager.
 

Classes in org.jasig.portal.services.stats used by org.jasig.portal.services.stats
BaseStatsRecorder
          This class can optionally be used as a base class for any custom stats recorders.
IStatsRecorder
          Gathers portal usage statistics such as user logins.
IStatsRecorderFactory
          Deprecated. as of uP 2.5.1, factory not needed when using Spring to instantiate the IStatsRecorder implementation.
IStatsRecorderFlags
          Interface for objects conveying a bundle of boolean flags configuring what IStatsRecorder events should propogate.
MessageStatsRecorder
          Formulates stats messages which can be logged, printed, etc.
StatsRecorderSettings
          This class is responsible for maintaining the on/off settings for each type of portal event that the StatsRecorder can record.
StatsRecorderWorkerTask
          Base class for all stats recorder worker tasks to extend.