uPortal 2.4.1
API Documentation

org.jasig.portal.services.stats
Class LoggingStatsRecorderFactory

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

public class LoggingStatsRecorderFactory
extends java.lang.Object
implements IStatsRecorderFactory

Produces a LoggingStatsRecorder, an implementation of IStatsRecorder

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

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

Constructor Detail

LoggingStatsRecorderFactory

public LoggingStatsRecorderFactory()
Method Detail

getStatsRecorder

public IStatsRecorder getStatsRecorder()
Returns an new logging stats recorder

Specified by:
getStatsRecorder in interface IStatsRecorderFactory
Returns:
loggingStatsRecorder, an IStatsRecorder implementation that logs stats messages

uPortal 2.4.1
API Documentation