biz.hammurapi.metrics
Class HtmlMeasurementCategoryFactory

java.lang.Object
  extended by biz.hammurapi.metrics.MeasurementCategoryFactory
      extended by biz.hammurapi.metrics.XmlMeasurementCategoryFactory
          extended by biz.hammurapi.metrics.HtmlMeasurementCategoryFactory
All Implemented Interfaces:
Component, DomSerializable

public class HtmlMeasurementCategoryFactory
extends XmlMeasurementCategoryFactory

Author:
Pavel Vlasov

Field Summary
 
Fields inherited from class biz.hammurapi.metrics.XmlMeasurementCategoryFactory
out
 
Constructor Summary
HtmlMeasurementCategoryFactory(java.io.File out)
           
 
Method Summary
 void stop()
          Saves collected metrics to XML.
 
Methods inherited from class biz.hammurapi.metrics.XmlMeasurementCategoryFactory
getMeasurementConsumer, setOwner, start, toDom
 
Methods inherited from class biz.hammurapi.metrics.MeasurementCategoryFactory
getCategory, getCategory, getTimeIntervalCategory, getTimeIntervalCategory, register, register, register, register, unregister, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlMeasurementCategoryFactory

public HtmlMeasurementCategoryFactory(java.io.File out)
Parameters:
out -
Method Detail

stop

public void stop()
          throws ConfigurationException
Description copied from class: XmlMeasurementCategoryFactory
Saves collected metrics to XML.

Specified by:
stop in interface Component
Overrides:
stop in class XmlMeasurementCategoryFactory
Throws:
ConfigurationException


Copyright © 2003 Hammurapi Group. All Rights Reserved.