net.sf.wfnm
Class StatsFactory

java.lang.Object
  extended bynet.sf.wfnm.StatsFactory

public class StatsFactory
extends Object

The statistics factory.
It allows to print out session size statistics.

Version:
1.0.6
Author:
Maurizio Albari

Constructor Summary
StatsFactory()
           
 
Method Summary
static StatsFactory getInstance()
          Gets the unique instance of this Stats Factory.
 void logStatistic(AttributeContainer container)
          Log the statistics of a specific http session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsFactory

public StatsFactory()
Method Detail

getInstance

public static StatsFactory getInstance()
Gets the unique instance of this Stats Factory.

Returns:
the StatsFactory unique instance

logStatistic

public void logStatistic(AttributeContainer container)
Log the statistics of a specific http session.

Parameters:
container - the attribute container


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.