Uses of Interface
org.apache.geronimo.management.StatisticsProvider

Packages that use StatisticsProvider
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jetty6   
org.apache.geronimo.jetty6.connector   
org.apache.geronimo.management   
org.apache.geronimo.pool   
org.apache.geronimo.tomcat   
org.apache.geronimo.tomcat.connector   
org.apache.geronimo.transaction.manager   
 

Uses of StatisticsProvider in org.apache.geronimo.j2ee.management.impl
 

Classes in org.apache.geronimo.j2ee.management.impl that implement StatisticsProvider
 class JVMImpl
           
 

Uses of StatisticsProvider in org.apache.geronimo.jetty6
 

Classes in org.apache.geronimo.jetty6 that implement StatisticsProvider
 class JettyContainerImpl
           
 

Uses of StatisticsProvider in org.apache.geronimo.jetty6.connector
 

Classes in org.apache.geronimo.jetty6.connector that implement StatisticsProvider
 class AJP13Connector
           
 class HTTPBlockingConnector
           
 class HTTPSelectChannelConnector
           
 class HTTPSocketConnector
           
 class HTTPSSelectChannelConnector
          Implementation of a HTTPS connector based on Jetty's SslConnector (which uses pure JSSE).
 class HTTPSSocketConnector
          Implementation of a HTTPS connector based on Jetty's SslConnector (which uses pure JSSE).
 class JettyConnector
          Base class for GBeans for Jetty network connectors (HTTP, HTTPS, AJP, etc.).
 

Uses of StatisticsProvider in org.apache.geronimo.management
 

Subinterfaces of StatisticsProvider in org.apache.geronimo.management
 interface LazyStatisticsProvider
          This is a representation of the StatisticsProvider type defined in the J2EE Management specification.
 

Uses of StatisticsProvider in org.apache.geronimo.pool
 

Classes in org.apache.geronimo.pool that implement StatisticsProvider
 class ThreadPool
           
 

Uses of StatisticsProvider in org.apache.geronimo.tomcat
 

Classes in org.apache.geronimo.tomcat that implement StatisticsProvider
 class TomcatWebAppContext
          Wrapper for a WebApplicationContext that sets up its J2EE environment.
 

Uses of StatisticsProvider in org.apache.geronimo.tomcat.connector
 

Classes in org.apache.geronimo.tomcat.connector that implement StatisticsProvider
 class AbstractHttp11ConnectorGBean
           
 class AJP13ConnectorGBean
           
 class BaseHttp11ConnectorGBean
           
 class Http11APRConnectorGBean
           
 class Http11ConnectorGBean
           
 class Http11NIOConnectorGBean
           
 class Https11APRConnectorGBean
           
 class Https11ConnectorGBean
           
 class Https11NIOConnectorGBean
           
 

Uses of StatisticsProvider in org.apache.geronimo.transaction.manager
 

Classes in org.apache.geronimo.transaction.manager that implement StatisticsProvider
 class GeronimoTransactionManagerGBean
          Used to provide the GBean metadata for the GeronimoTransactionManager class
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.