Uses of Interface
org.jasig.portal.services.stats.IStatsRecorderFactory

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

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

Classes in org.jasig.portal.services.stats that implement IStatsRecorderFactory
 class DoNothingStatsRecorderFactory
          Produces a DoNothingStatsRecorder, an implementation of IStatsRecorder
 class LegacyStatsRecorderFactory
          Emulates the uPortal 2.5.0 and earlier implementation of StatsRecorder discovery and configuration by means of portal.properties-declared IStatsRecorderFactory.
 class LoggingStatsRecorderFactory
          Produces a LoggingStatsRecorder, an implementation of IStatsRecorder
 class PrintingStatsRecorderFactory
          Produces a PrintingStatsRecorder, an implementation of IStatsRecorder