uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Class PrintingStatsRecorderFactory

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

public class PrintingStatsRecorderFactory
extends java.lang.Object
implements IStatsRecorderFactory

Produces a PrintingStatsRecorder, an implementation of IStatsRecorder

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

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

Constructor Detail

PrintingStatsRecorderFactory

public PrintingStatsRecorderFactory()
Method Detail

getStatsRecorder

public IStatsRecorder getStatsRecorder()
Returns an new printing stats recorder

Specified by:
getStatsRecorder in interface IStatsRecorderFactory
Returns:
printingStatsRecorder, an IStatsRecorder implementation that prints stats messages to std out

uPortal 2.4.1
API Documentation