uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Interface IStatsRecorderFactory

All Known Implementing Classes:
DoNothingStatsRecorderFactory, LoggingStatsRecorderFactory, PrintingStatsRecorderFactory

public interface IStatsRecorderFactory

A factory that produces IStatsRecorder implementations.

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

Method Summary
 IStatsRecorder getStatsRecorder()
          Obtains the IStatsRecorderImplementation
 

Method Detail

getStatsRecorder

public IStatsRecorder getStatsRecorder()
Obtains the IStatsRecorderImplementation

Returns:
statsRecorder, the IStatsRecorder implementation

uPortal 2.4.1
API Documentation