uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Class DoNothingStatsRecorder

java.lang.Object
  extended byorg.jasig.portal.services.stats.BaseStatsRecorder
      extended byorg.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.4 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
DoNothingStatsRecorder()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingStatsRecorder

public DoNothingStatsRecorder()

uPortal 2.4.1
API Documentation