Uses of Interface
org.glassfish.j2ee.statistics.Stats
-
Packages that use Stats Package Description 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 Modifier and Type Method Description StatsStatsHolder. getStats()Methods in com.sun.enterprise.admin.monitor.registry with parameters of type Stats Modifier and Type Method Description voidMonitoringLevelListener. changeLevel(MonitoringLevel from, MonitoringLevel to, Stats handback)Deprecated.voidMonitoringRegistry. registerWSAggregateStatsForEjb(Stats stats, String endpointName, String moduleName, String j2eeAppName, MonitoringLevelListener listener)Registers the Aggregate stats for an web service endpointvoidMonitoringRegistry. registerWSAggregateStatsForWeb(Stats stats, String endpointName, String moduleName, String ctxRoot, String j2eeAppName, String vs, MonitoringLevelListener listener)Registers the Aggregate stats for an web service endpointvoidStatsHolder. 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 Modifier and Type Interface Description interfaceConnectionFactoryStatsConnectionFactoryStats.java This is used by the jms-serviceinterfaceConnectionPoolStatsA Stats interface to represent the statistical data exposed by a Connection Pool.interfaceConnectorConnectionPoolStatsA Stats interface to represent the statistical data exposed by a Connector Connection Pool.interfaceConnectorWorkMgmtStatsA Stats interface to represent the statistical data about Work Management in the Connector ModuleinterfaceEJBCacheStatsA Stats interface to represent the statistics exposed by the Enterprise Bean Cache.interfaceEJBMethodStatsA Stats interface to represent the statistical data exposed by an EJB Business Method.interfaceEJBPoolStatsA Stats interface to represent the statistical data exposed by an EJB Bean Pool.interfaceGFJTAStatsDefines additional Sun ONE Application Server specific statistic to transaction service.interfaceHAStatefulSessionStoreStatsinterfaceHTTPListenerStatsA Stats interface to represent the statistical data exposed by an HTTP Listener.interfaceJDBCConnectionPoolStatsA Stats interface to represent the statistical data exposed by a JDBC Connection Pool.interfaceJVMClassLoadingStatsA Stats interface, to expose the monitoring information about the JVM Classloading subsysteminterfaceJVMCompilationStatsA Stats interface, to expose the monitoring information about the JVM Compilation subsysteminterfaceJVMGarbageCollectorStatsA Stats interface, to expose the monitoring information about the JVM Garbage Collection subsysteminterfaceJVMMemoryStatsA Stats interface, to expose the monitoring information about the JVM memory subsystem.interfaceJVMOperatingSystemStatsA Stats interface, to expose information about the Operating system on which the JVM is runninginterfaceJVMRuntimeStatsA Stats interface to expose information about the JVM RuntimeinterfaceJVMThreadInfoStatsA Stats interface, to expose the monitoring information about each individual thread in the the thread system of the JVM.interfaceJVMThreadStatsA Stats interface, to expose the monitoring information about the thread system of the JVM.interfaceOrbConnectionManagerStatsStats interface for the monitorable attributes of the ORBConnectionManager This combines the statistics that were exposed in 7.0 with the new ones.interfacePWCConnectionQueueStatsConnectionQueue information shows the number of sessions in the queue and the average delay before the connection is acceptedinterfacePWCDnsStatsThe DNS Cache caches IP addresses and DNS names.interfacePWCFileCacheStatsProvides statistical information on the httpservice file cacheinterfacePWCHttpServiceStatsContains Statistical Information for the HttpServiceinterfacePWCKeepAliveStatsProvides statistical information about the HttpService HTTP-level keep-alive systeminterfacePWCRequestStatsInterface representing statistical information about the request bucketinterfacePWCThreadPoolStatsReturns the statistical information associated with the HttpService thread poolinterfacePWCVirtualServerStatsStatistical information relevant to a virtual serverinterfaceServletStatsDefines additional Sun ONE Application Server specific statistics ServletStats interface.interfaceStatefulSessionStoreStatsinterfaceThreadPoolStatsStats interface for the monitorable attributes of the a generic ThreadPool.interfaceTimerServiceStatsA Stats interface to represent the statistical data exposed by the Ejb Timer Service.interfaceWebModuleStatsInterface for querying web module statistics.Classes in com.sun.enterprise.admin.monitor.stats that implement Stats Modifier and Type Class Description classGenericStatsImplProvides for generic implementation of any Stats interface. -
Uses of Stats in org.glassfish.j2ee.statistics
Subinterfaces of Stats in org.glassfish.j2ee.statistics Modifier and Type Interface Description interfaceEJBStatsSpecifies statistics provided by all EJB component types.interfaceEntityBeanStatsSpecifies statistics provided by entity beans.interfaceJCAConnectionPoolStatsSpecifies the statistics provided by a JCA Connection PoolinterfaceJCAConnectionStatsSpecifies the statistics provided by a JCA connectioninterfaceJCAStatsSpecifies statistics provided by a JCA resourceinterfaceJDBCConnectionPoolStatsSpecifies the statistics provided by a JDBC connection pool.interfaceJDBCConnectionStatsSpecifies the statistics provided by all (pooled and non-pooled) JDBC connections.interfaceJDBCStatsStatistics provided by a JDBC resourceinterfaceJMSConnectionStatsSpecifies the statistics provided by a JMS connectioninterfaceJMSConsumerStatsSpecifies the statistics provided by a JMS message consumerinterfaceJMSEndpointStatsSpecifies the statistics provided by a JMS message producer or a JMS message consumer.interfaceJMSProducerStatsSpecifies the statistics provided by a JMS message producerinterfaceJMSSessionStatsSpecifies the statistics provided by a JMS session.interfaceJMSStatsSpecifies the statistics provided by a JMS ResourceinterfaceJTAStatsSpecifies the statistics provided by a JTA resource.interfaceJVMStatsSpecifies the statistics provided by a Java VM.interfaceMessageDrivenBeanStatsSpecifies the statistics provided by a message driven bean.interfaceServletStatsSpecifies the statistics provided by a Servlet.interfaceSessionBeanStatsSpecifies the statistics provided by session beans of both stateful and stateless types.interfaceStatefulSessionBeanStatsSpecifies the statistics provided by a stateful session bean.interfaceStatelessSessionBeanStatsSpecifies the statistics provided by a stateless session bean.interfaceURLStatsSpecifies the statistics provided by a URL resource.
-