org.jasig.portal.services.stats
Interface IStatsRecorderFactory

All Known Implementing Classes:
DoNothingStatsRecorderFactory, LegacyStatsRecorderFactory, LoggingStatsRecorderFactory, PrintingStatsRecorderFactory

Deprecated. as of uP 2.5.1, factory not needed when using Spring to instantiate the IStatsRecorder implementation.

public interface IStatsRecorderFactory

A factory that produces IStatsRecorder implementations. This factory interface is deprecated because the preferred approach is to use Spring bean configuration to wire together your IStatsRecorder instances rather than relying upon custom factories. Think of Spring as the ultimate general factory.

Version:
$Revision: 1.3.4.1 $ $Date: 2005/07/15 21:11:08 $
Author:
Ken Weiner, kweiner@unicon.net

Method Summary
 IStatsRecorder getStatsRecorder()
          Deprecated. Obtains the IStatsRecorderImplementation
 

Method Detail

getStatsRecorder

IStatsRecorder getStatsRecorder()
Deprecated. 
Obtains the IStatsRecorderImplementation

Returns:
statsRecorder, the IStatsRecorder implementation