org.apache.geronimo.tomcat.stats
Class ConnectorStats

java.lang.Object
  extended by org.apache.geronimo.tomcat.stats.ConnectorStats

public class ConnectorStats
extends Object

This will query MBeanServer and provide jsr77 Stats for connectors.


Field Summary
protected  MBeanServer mBeanServer
           
protected  org.apache.tomcat.util.modeler.Registry registry
           
 
Constructor Summary
ConnectorStats()
           
 
Method Summary
 Stats getStats(String port)
           
 Stats updateStats(String port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mBeanServer

protected MBeanServer mBeanServer

registry

protected org.apache.tomcat.util.modeler.Registry registry
Constructor Detail

ConnectorStats

public ConnectorStats()
Method Detail

getStats

public Stats getStats(String port)

updateStats

public Stats updateStats(String port)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.