uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Class DoNothingStatsRecorderFactory

java.lang.Object
  extended byorg.jasig.portal.services.stats.DoNothingStatsRecorderFactory
All Implemented Interfaces:
IStatsRecorderFactory

public class DoNothingStatsRecorderFactory
extends java.lang.Object
implements IStatsRecorderFactory

Produces a DoNothingStatsRecorder, an implementation of IStatsRecorder

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

Constructor Summary
DoNothingStatsRecorderFactory()
           
 
Method Summary
 IStatsRecorder getStatsRecorder()
          Returns an new do-nothing stats recorder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingStatsRecorderFactory

public DoNothingStatsRecorderFactory()
Method Detail

getStatsRecorder

public IStatsRecorder getStatsRecorder()
Returns an new do-nothing stats recorder

Specified by:
getStatsRecorder in interface IStatsRecorderFactory
Returns:
doNothingStatsRecorder, an IStatsRecorder implementation that does nothing

uPortal 2.4.1
API Documentation