org.jasig.portal.services.stats
Class DoNothingStatsRecorder

java.lang.Object
  extended by org.jasig.portal.services.stats.BaseStatsRecorder
      extended by org.jasig.portal.services.stats.DoNothingStatsRecorder
All Implemented Interfaces:
IStatsRecorder

public class DoNothingStatsRecorder
extends BaseStatsRecorder

Does absolutely nothing with the recorded statistics. If you want to process the statistics, use a different IStatsRecorder implementation.

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

Field Summary
 
Fields inherited from class org.jasig.portal.services.stats.BaseStatsRecorder
log
 
Constructor Summary
DoNothingStatsRecorder()
           
 
Method Summary
 
Methods inherited from class org.jasig.portal.services.stats.BaseStatsRecorder
recordChannelAddedToLayout, recordChannelDefinitionModified, recordChannelDefinitionPublished, recordChannelDefinitionRemoved, recordChannelInstantiated, recordChannelMovedInLayout, recordChannelRemovedFromLayout, recordChannelRendered, recordChannelTargeted, recordChannelUpdatedInLayout, recordFolderAddedToLayout, recordFolderMovedInLayout, recordFolderRemovedFromLayout, recordFolderUpdatedInLayout, recordLogin, recordLogout, recordSessionCreated, recordSessionDestroyed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingStatsRecorder

public DoNothingStatsRecorder()