org.weborganic.bastille.system
Class GetBerliozStatistics

java.lang.Object
  extended by org.weborganic.bastille.system.GetBerliozStatistics
All Implemented Interfaces:
ContentGenerator

public class GetBerliozStatistics
extends Object
implements ContentGenerator


Constructor Summary
GetBerliozStatistics()
          Will also create and bind a statistics collector to Berlioz.
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBerliozStatistics

public GetBerliozStatistics()
Will also create and bind a statistics collector to Berlioz.

Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException