uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Class PrintingStatsRecorder

java.lang.Object
  extended byorg.jasig.portal.services.stats.MessageStatsRecorder
      extended byorg.jasig.portal.services.stats.PrintingStatsRecorder
All Implemented Interfaces:
IStatsRecorder

public class PrintingStatsRecorder
extends MessageStatsRecorder

Prints portal statistics to std out.

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

Constructor Summary
PrintingStatsRecorder()
           
 
Methods inherited from class org.jasig.portal.services.stats.MessageStatsRecorder
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

PrintingStatsRecorder

public PrintingStatsRecorder()

uPortal 2.4.1
API Documentation