Uses of Interface
org.glassfish.j2ee.statistics.Stats

Packages that use Stats
com.sun.enterprise.admin.monitor.registry Provides for collection of monitoring statistics from JSR77 compliant Stats implementations through the JMX API. 
com.sun.enterprise.admin.monitor.stats Provides for implementations of various Stats interfaces. These Stats interfaces are based on those defined by JSR 77. 
org.glassfish.j2ee.statistics   
 

Uses of Stats in com.sun.enterprise.admin.monitor.registry
 

Methods in com.sun.enterprise.admin.monitor.registry that return Stats
 Stats StatsHolder.getStats()
           
 

Methods in com.sun.enterprise.admin.monitor.registry with parameters of type Stats
 void MonitoringLevelListener.changeLevel(MonitoringLevel from, MonitoringLevel to, Stats handback)
          Deprecated.  
 void MonitoringRegistry.registerWSAggregateStatsForEjb(Stats stats, String endpointName, String moduleName, String j2eeAppName, MonitoringLevelListener listener)
          Registers the Aggregate stats for an web service endpoint
 void MonitoringRegistry.registerWSAggregateStatsForWeb(Stats stats, String endpointName, String moduleName, String ctxRoot, String j2eeAppName, String vs, MonitoringLevelListener listener)
          Registers the Aggregate stats for an web service endpoint
 void StatsHolder.setStats(Stats stats)
          sets this hierarchical node's associated stats object.
 

Uses of Stats in com.sun.enterprise.admin.monitor.stats
 

Subinterfaces of Stats in com.sun.enterprise.admin.monitor.stats
 interface ConnectionFactoryStats
           
 interface ConnectionPoolStats
          A Stats interface to represent the statistical data exposed by a Connection Pool.
 interface ConnectorConnectionPoolStats
          A Stats interface to represent the statistical data exposed by a Connector Connection Pool.
 interface ConnectorWorkMgmtStats
          A Stats interface to represent the statistical data about Work Management in the Connector Module
 interface EJBCacheStats
          A Stats interface to represent the statistics exposed by the Enterprise Bean Cache.
 interface EJBMethodStats
          A Stats interface to represent the statistical data exposed by an EJB Business Method.
 interface EJBPoolStats
          A Stats interface to represent the statistical data exposed by an EJB Bean Pool.
 interface HAStatefulSessionStoreStats
           
 interface HTTPListenerStats
          A Stats interface to represent the statistical data exposed by an HTTP Listener.
 interface JDBCConnectionPoolStats
          A Stats interface to represent the statistical data exposed by a JDBC Connection Pool.
 interface JVMClassLoadingStats
          A Stats interface, to expose the monitoring information about the JVM Classloading subsystem
 interface JVMCompilationStats
          A Stats interface, to expose the monitoring information about the JVM Compilation subsystem
 interface JVMGarbageCollectorStats
          A Stats interface, to expose the monitoring information about the JVM Garbage Collection subsystem
 interface JVMMemoryStats
          A Stats interface, to expose the monitoring information about the JVM memory subsystem.
 interface JVMOperatingSystemStats
          A Stats interface, to expose information about the Operating system on which the JVM is running
 interface JVMRuntimeStats
          A Stats interface to expose information about the JVM Runtime
 interface JVMThreadInfoStats
          A Stats interface, to expose the monitoring information about each individual thread in the the thread system of the JVM.
 interface JVMThreadStats
          A Stats interface, to expose the monitoring information about the thread system of the JVM.
 interface OrbConnectionManagerStats
          Stats interface for the monitorable attributes of the ORBConnectionManager This combines the statistics that were exposed in 7.0 with the new ones.
 interface PWCConnectionQueueStats
          ConnectionQueue information shows the number of sessions in the queue and the average delay before the connection is accepted
 interface PWCDnsStats
          The DNS Cache caches IP addresses and DNS names.
 interface PWCFileCacheStats
          Provides statistical information on the httpservice file cache
 interface PWCHttpServiceStats
          Contains Statistical Information for the HttpService
 interface PWCKeepAliveStats
          Provides statistical information about the HttpService HTTP-level keep-alive system
 interface PWCRequestStats
          Interface representing statistical information about the request bucket
 interface PWCThreadPoolStats
          Returns the statistical information associated with the HttpService thread pool
 interface PWCVirtualServerStats
          Statistical information relevant to a virtual server
 interface ServletStats
          Defines additional Sun ONE Application Server specific statistics ServletStats interface.
 interface StatefulSessionStoreStats
           
 interface ThreadPoolStats
          Stats interface for the monitorable attributes of the a generic ThreadPool.
 interface TimerServiceStats
          A Stats interface to represent the statistical data exposed by the Ejb Timer Service.
 interface WebModuleStats
          Interface for querying web module statistics.
 

Classes in com.sun.enterprise.admin.monitor.stats that implement Stats
 class GenericStatsImpl
          Provides for generic implementation of any Stats interface.
 

Uses of Stats in org.glassfish.j2ee.statistics
 

Subinterfaces of Stats in org.glassfish.j2ee.statistics
 interface EJBStats
          Specifies statistics provided by all EJB component types.
 interface EntityBeanStats
          Specifies statistics provided by entity beans.
 interface JCAConnectionPoolStats
          Specifies the statistics provided by a JCA Connection Pool
 interface JCAConnectionStats
          Specifies the statistics provided by a JCA connection
 interface JCAStats
          Specifies statistics provided by a JCA resource
 interface JDBCConnectionStats
          Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.
 interface JDBCStats
          Statistics provided by a JDBC resource
 interface JMSConnectionStats
          Specifies the statistics provided by a JMS connection
 interface JMSConsumerStats
          Specifies the statistics provided by a JMS message consumer
 interface JMSEndpointStats
          Specifies the statistics provided by a JMS message producer or a JMS message consumer.
 interface JMSProducerStats
          Specifies the statistics provided by a JMS message producer
 interface JMSSessionStats
          Specifies the statistics provided by a JMS session.
 interface JMSStats
          Specifies the statistics provided by a JMS Resource
 interface JTAStats
          Specifies the statistics provided by a JTA resource.
 interface JVMStats
          Specifies the statistics provided by a Java VM.
 interface MessageDrivenBeanStats
          Specifies the statistics provided by a message driven bean.
 interface SessionBeanStats
          Specifies the statistics provided by session beans of both stateful and stateless types.
 interface StatefulSessionBeanStats
          Specifies the statistics provided by a stateful session bean.
 interface StatelessSessionBeanStats
          Specifies the statistics provided by a stateless session bean.
 interface URLStats
          Specifies the statistics provided by a URL resource.
 



Copyright © 2012. All Rights Reserved.