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

Packages that use CountStatistic
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 CountStatistic in com.sun.enterprise.admin.monitor.stats
 

Classes in com.sun.enterprise.admin.monitor.stats that implement CountStatistic
 class CountStatisticImpl
          An implementation of a CountStatistic.
 class MutableCountStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 

Methods in com.sun.enterprise.admin.monitor.stats that return CountStatistic
 CountStatistic StatefulSessionStoreStats.getActivationCount()
          Returns the total number of sessions activated from the store
 CountStatistic StatefulSessionStoreStats.getActivationErrorCount()
          Returns the total number of sessions that could not be activated from the store
 CountStatistic StatefulSessionStoreStats.getActivationSuccessCount()
          Returns the total number of sessions successfully activated from the store
 CountStatistic WebModuleStats.getActiveSessionsCurrent()
          Gets the number of currently active sessions for the web module associated with this WebModuleStats.
 CountStatistic WebModuleStats.getActiveSessionsHigh()
          Gets the maximum number of concurrently active sessions for the web module associated with this WebModuleStats.
 CountStatistic JVMOperatingSystemStats.getAvailableProcessors()
          Returns the number of processors available to the JVM
 CountStatistic ConnectionPoolStats.getAverageConnWaitTime()
          Indicates the average wait time of connections, for successful connection request attempts to the connector connection pool
 CountStatistic JVMThreadInfoStats.getBlockedCount()
          Returns the number of times that this thread has been in the blocked state
 CountStatistic JVMThreadInfoStats.getBlockedTime()
          Returns the elapsed time (in milliseconds) that the thread associated with this ThreadInfo has blocked to enter or reenter a monitor since thread contention monitoring is enabled.
 CountStatistic HTTPListenerStats.getBytesReceived()
          Cumulative value of the bytesReceived by each of the RequestProcessors
 CountStatistic HTTPListenerStats.getBytesSent()
          Cumulative value of the bytesSent by each of the RequestProcessors
 CountStatistic HAStatefulSessionStoreStats.getCheckpointCount()
          Returns the total number of sessions checkpointed using this store
 CountStatistic HAStatefulSessionStoreStats.getCheckpointErrorCount()
          Returns the total number of sessions that could not be checkpointed using this store
 CountStatistic HAStatefulSessionStoreStats.getCheckpointSuccessCount()
          Returns the total number of sessions successfully checkpointed using this store
 CountStatistic JVMGarbageCollectorStats.getCollectionCount()
          Returns the total number of collections that have occurred
 CountStatistic JVMGarbageCollectorStats.getCollectionTime()
          Returns the accumulated collection time in milliseconds
 CountStatistic JVMMemoryStats.getCommittedHeapSize()
          Returns the amount of memory in bytes that is committed for the JVM to use
 CountStatistic JVMMemoryStats.getCommittedNonHeapSize()
          Returns the amount of memory in bytes that is committed for the JVM to use
 CountStatistic ConnectorWorkMgmtStats.getCompletedWorkCount()
          indicates the number of work objects that were completed by the Application Server per connector module, since the last reset.
 CountStatistic OrbConnectionManagerStats.getConnectionsIdle()
          Returns the total number of idle connections to the ORB as an instance of CountStatistic.
 CountStatistic OrbConnectionManagerStats.getConnectionsInUse()
          Returns the total number of in-use connections to the ORB as an instance of CountStatistic.
 CountStatistic PWCRequestStats.getCount200()
          Gets the number of responses with a 200 response code.
 CountStatistic HTTPListenerStats.getCount200()
          Returns the number of responses with a status code equal to 200 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount2xx()
          Gets the number of 200-level responses sent.
 CountStatistic HTTPListenerStats.getCount2xx()
          Returns the number of responses with a status code in the 2xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount302()
          Gets the number of responses with a 302 response code.
 CountStatistic HTTPListenerStats.getCount302()
          Returns the number of responses with a status code equal to 302 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount304()
          Gets the number of responses with a 304 response code.
 CountStatistic HTTPListenerStats.getCount304()
          Returns the number of responses with a status code equal to 304 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount3xx()
          Gets the number of 300-level responses sent.
 CountStatistic HTTPListenerStats.getCount3xx()
          Returns the number of responses with a status code in the 3xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount400()
          Gets the number of responses with a 400 response code.
 CountStatistic HTTPListenerStats.getCount400()
          Returns the number of responses with a status code equal to 400 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount401()
          Gets the number of responses with a 401 response code.
 CountStatistic HTTPListenerStats.getCount401()
          Returns the number of responses with a status code equal to 401 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount403()
          Gets the number of responses with a 403 response code.
 CountStatistic HTTPListenerStats.getCount403()
          Returns the number of responses with a status code equal to 403 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount404()
          Gets the number of responses with a 404 response code.
 CountStatistic HTTPListenerStats.getCount404()
          Returns the number of responses with a status code equal to 404 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount4xx()
          Gets the number of 400-level responses sent.
 CountStatistic HTTPListenerStats.getCount4xx()
          Returns the number of responses with a status code in the 4xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount503()
          Gets the number of responses with a 503 response code.
 CountStatistic HTTPListenerStats.getCount503()
          Returns the number of responses with a status code equal to 503 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCRequestStats.getCount5xx()
          Gets the number of 500-level responses sent.
 CountStatistic HTTPListenerStats.getCount5xx()
          Returns the number of responses with a status code in the 5xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCDnsStats.getCountAsyncAddrLookups()
          The total number of asynchronic address lookups
 CountStatistic PWCDnsStats.getCountAsyncLookupsInProgress()
          The number of asynchronic lookups in progress
 CountStatistic PWCDnsStats.getCountAsyncNameLookups()
          The total number of asynchronic name lookups
 CountStatistic PWCRequestStats.getCountBytesReceived()
          Gets the number of bytes received.
 CountStatistic PWCRequestStats.getCountBytesTransmitted()
          Gets the number of bytes transmitted.
 CountStatistic PWCDnsStats.getCountCacheEntries()
          The number of current cache entries
 CountStatistic PWCDnsStats.getCountCacheHits()
          The number of cache hits
 CountStatistic PWCDnsStats.getCountCacheMisses()
          The number of cache misses
 CountStatistic PWCKeepAliveStats.getCountConnections()
          Number of connections in keep-alive mode
 CountStatistic PWCFileCacheStats.getCountContentHits()
          The Number of hits on cached file content
 CountStatistic PWCFileCacheStats.getCountContentMisses()
          The Number of misses on cached file content
 CountStatistic PWCFileCacheStats.getCountEntries()
          The number of current cache entries.
 CountStatistic PWCKeepAliveStats.getCountFlushes()
          The number of times the server had to close a connection because the KeepAliveCount exceeded the MaxKeepAliveConnections
 CountStatistic PWCKeepAliveStats.getCountHits()
          The number of times a request was successfully received from a connection that had been kept alive
 CountStatistic PWCFileCacheStats.getCountHits()
          The Number of cache lookup hits
 CountStatistic PWCFileCacheStats.getCountInfoHits()
          The Number of hits on cached file info
 CountStatistic PWCFileCacheStats.getCountInfoMisses()
          The Number of misses on cached file info
 CountStatistic PWCFileCacheStats.getCountMisses()
          The Number of cache lookup misses
 CountStatistic PWCRequestStats.getCountOpenConnections()
          Gets the number of open connections.
 CountStatistic HTTPListenerStats.getCountOpenConnections()
          Returns the number of open connections managed by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCFileCacheStats.getCountOpenEntries()
          The number of current open cache entries
 CountStatistic PWCRequestStats.getCountOther()
          Gets the number of responses sent that were not 200, 300, 400, or 500 level.
 CountStatistic HTTPListenerStats.getCountOther()
          Returns the number of responses with a status code outside the 2xx, 3xx, 4xx, and 5xx range, sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCConnectionQueueStats.getCountOverflows()
          Gets the number of times the queue has been too full to accommodate a connection
 CountStatistic PWCThreadPoolStats.getCountQueued()
          Returns the current number of requests waiting for a native thread
 CountStatistic PWCConnectionQueueStats.getCountQueued()
          Gets the number of connections currently in the queue
 CountStatistic PWCConnectionQueueStats.getCountQueued15MinuteAverage()
          Gets the average number of connections queued in the last 15 minutes
 CountStatistic PWCConnectionQueueStats.getCountQueued1MinuteAverage()
          Gets the average number of connections queued in the last 1 minute
 CountStatistic PWCConnectionQueueStats.getCountQueued5MinuteAverage()
          Gets the average number of connections queued in the last 5 minutes
 CountStatistic PWCKeepAliveStats.getCountRefusals()
          The number of times the server could not hand off the connection to a keep-alive thread, possibly due to too many persistent connections
 CountStatistic PWCRequestStats.getCountRequests()
          Gets the number of requests serviced.
 CountStatistic PWCThreadPoolStats.getCountThreads()
          Returns current number of threads
 CountStatistic PWCThreadPoolStats.getCountThreadsIdle()
          Returns the number of threads that are currently idle
 CountStatistic PWCKeepAliveStats.getCountTimeouts()
          The number of times the server terminated keep-alive connections as the client connections timed out, without any activity
 CountStatistic PWCConnectionQueueStats.getCountTotalConnections()
          Gets the total number of connections that have been accepted.
 CountStatistic PWCConnectionQueueStats.getCountTotalQueued()
          Gets the total number of connections that have been queued.
 CountStatistic HTTPListenerStats.getCurrentThreadCount()
          The number of request processing threads currently in the thread pool
 CountStatistic JVMThreadStats.getCurrentThreadCPUTime()
          Returns the CPU time for the current thread in nanoseconds, if CPU time measurement is enabled.
 CountStatistic HTTPListenerStats.getCurrentThreadsBusy()
          The number of request processing threads currently in the thread pool, serving requests.
 CountStatistic JVMThreadStats.getDaemonThreadCount()
          Returns the current number of live daemon threads
 CountStatistic ConnectorEndPointFactoryStats.getDeliveredMessageCount()
          indicates the number of messages delivered through Endpoints created, via this endpoint factory
 CountStatistic ServletStats.getErrorCount()
          The errorCount represents the number of cases where the response code was >= 400
 CountStatistic HTTPListenerStats.getErrorCount()
          Cumulative value of the errorCount of each of the RequestProcessors.
 CountStatistic EJBMethodStats.getExecutionTime()
          Returns the time spent during the last successful/unsuccessful attempt to execute the operation, as a CountStatistic.
 CountStatistic StatefulSessionStoreStats.getExpiredSessionCount()
          Returns the total number of expired sessions that were removed by the store
 CountStatistic WebModuleStats.getExpiredSessionsTotal()
          Gets the total number of expired sessions for the web module associated with this WebModuleStats.
 CountStatistic PWCDnsStats.getFlagAsyncEnabled()
          Returns whether asynchronic lookup is enabled.
 CountStatistic PWCDnsStats.getFlagCacheEnabled()
          Indicates whether the DNS cache is enabled or disable.
 CountStatistic PWCFileCacheStats.getFlagEnabled()
          Returns whether the file cache us enabled.
 CountStatistic PWCHttpServiceStats.getFlagProfilingEnabled()
          Returns 1 if profiling is enabled, otherwise 0
 CountStatistic PWCHttpServiceStats.getFlagVirtualServerOverflow()
          Returns 1 if virtual server overflow is enable, otherwise 0
 CountStatistic JVMMemoryStats.getInitHeapSize()
          Returns the size of the heap initially requested by the JVM
 CountStatistic JVMMemoryStats.getInitNonHeapSize()
          Returns the size of the non=heap area initially requested by the JVM
 CountStatistic EJBPoolStats.getJmsMaxMessagesLoad()
          Returns the maximum number of messages to load into a JMS session, at a time, as a CountStatistic.
 CountStatistic WebModuleStats.getJspCount()
          Gets the number of JSPs that have been loaded in the web module associated with this WebModuleStats.
 CountStatistic WebModuleStats.getJspErrorCount()
          Gets the number of errors that were triggered by JSP invocations.
 CountStatistic WebModuleStats.getJspReloadCount()
          Gets the number of JSPs that have been reloaded in the web module associated with this WebModuleStats .
 CountStatistic PWCHttpServiceStats.getLoad15MinuteAverage()
          Returns the average load for the last 15 minutes
 CountStatistic PWCHttpServiceStats.getLoad1MinuteAverage()
          Returns the average load in the last minute
 CountStatistic PWCHttpServiceStats.getLoad5MinuteAverage()
          Returns the average load for the last 5 minutes
 CountStatistic JVMClassLoadingStats.getLoadedClassCount()
          Returns the number of classes that are currently loaded in the JVM
 CountStatistic JVMThreadInfoStats.getLockOwnerId()
          Returns the Id of the thread which holds the monitor lock of an object on which this thread is blocking
 CountStatistic PWCRequestStats.getMaxByteTransmissionRate()
          Gets the maximum rate at which data was transmitted over some server-defined interval.
 CountStatistic PWCDnsStats.getMaxCacheEntries()
          The maximum number of cache entries
 CountStatistic PWCKeepAliveStats.getMaxConnections()
          Maximum number of connections allowed in keep-alive mode simultaneously
 CountStatistic PWCFileCacheStats.getMaxEntries()
          The maximum number of cache entries
 CountStatistic PWCFileCacheStats.getMaxHeapCacheSize()
          The Maximum heap space used for cache
 CountStatistic JVMMemoryStats.getMaxHeapSize()
          Returns the maximum amount of memory in bytes that can be used for memory management
 CountStatistic PWCFileCacheStats.getMaxMmapCacheSize()
          The Maximum Memory Map size to be used for caching
 CountStatistic JVMMemoryStats.getMaxNonHeapSize()
          Returns the maximum amount of memory in bytes that can be used for memory management
 CountStatistic PWCRequestStats.getMaxOpenConnections()
          Gets the maximum number of open connections.
 CountStatistic HTTPListenerStats.getMaxOpenConnections()
          Returns the maximum number of open connections managed by the HTTP listener whose statistics are exposed by this HTTPListenerStats.
 CountStatistic PWCFileCacheStats.getMaxOpenEntries()
          The Maximum number of open cache entries
 CountStatistic PWCThreadPoolStats.getMaxQueued()
          Returns the maximum number of requests that can be queued at one time to wait for a native thread
 CountStatistic PWCConnectionQueueStats.getMaxQueued()
          Gets the maximum size of the connection queue
 CountStatistic HTTPListenerStats.getMaxSpareThreads()
          The maximum number of unused request processing threads that will be allowed to exist until the thread pool starts stopping the unnecessary threads.
 CountStatistic PWCThreadPoolStats.getMaxThreads()
          Returns the maximum number of native threads allowed in the thread pool
 CountStatistic PWCHttpServiceStats.getMaxThreads()
          Returns the max amount of threads
 CountStatistic HTTPListenerStats.getMaxThreads()
          The maximum number of request processing threads that are created by the listener.
 CountStatistic ServletStats.getMaxTime()
          The maximum processing time of a servlet request
 CountStatistic HTTPListenerStats.getMaxTime()
          The longest response time for a request.
 CountStatistic PWCHttpServiceStats.getMaxVirtualServers()
          The Max amount of virtual servers
 CountStatistic ConnectorEndPointFactoryStats.getMessagesCreatedCount()
          indicates the number of messages created via this endpoint factory, since the last reset
 CountStatistic HTTPListenerStats.getMinSpareThreads()
          The number of request processing threads that will be created when this listener is first started.
 CountStatistic ThreadPoolStats.getNumberOfAvailableThreads()
          Returns the total number of available threads, as an instance of CountStatistic.
 CountStatistic ThreadPoolStats.getNumberOfBusyThreads()
          Returns the number of busy threads, as an instance of CountStatistic.
 CountStatistic ConnectionPoolStats.getNumConnAcquired()
          indicates the number of logical EIS/JDBC connections that were acquired from the pool, since the last reset
 CountStatistic ConnectionPoolStats.getNumConnCreated()
          indicates the number of physical EIS/JDBC connections that were created, since the last reset
 CountStatistic ConnectionPoolStats.getNumConnDestroyed()
          indicates the number of physical EIS/JDBC connections that were destroyed , since the last reset
 CountStatistic ConnectionPoolStats.getNumConnFailedValidation()
          represents the number of connections that failed validation
 CountStatistic ConnectionPoolStats.getNumConnNotSuccessfullyMatched()
          Indicates the number of connections that were rejected by the Managed Connection Factory during matching.
 CountStatistic ConnectionPoolStats.getNumConnReleased()
          indicates the number of logical EIS/JDBC connections that were released to the pool, since the last reset
 CountStatistic ConnectionPoolStats.getNumConnSuccessfullyMatched()
          Indicates the number of connections that were successfully matched by the Managed Connection Factory.
 CountStatistic ConnectionPoolStats.getNumConnTimedOut()
          represents the number of connection requests that timed out
 CountStatistic EJBCacheStats.getNumExpiredSessionsRemoved()
          Returns the number of removed Expired Sessions as a CountStatistic.
 CountStatistic EJBCacheStats.getNumPassivationErrors()
          Returns the number of errors in passivating a Stateful Session Bean, as a CountStatistic.
 CountStatistic EJBCacheStats.getNumPassivations()
          Returns the number of passivations of a Stateful Session Bean, as a CountStatistic.
 CountStatistic EJBCacheStats.getNumPassivationSuccess()
          Returns the number of errors in passivating a Stateful Session Bean, as a CountStatistic.
 CountStatistic ConnectionPoolStats.getNumPotentialConnLeak()
          Indicates the number of potential connection leaks
 CountStatistic TimerServiceStats.getNumTimersCreated()
          Total number of timers created in the system
 CountStatistic TimerServiceStats.getNumTimersDelivered()
          Total number of timers delivered by the system
 CountStatistic TimerServiceStats.getNumTimersRemoved()
          Total number of timers removed from the system
 CountStatistic JVMMemoryStats.getObjectPendingFinalizationCount()
          Returns the approximate number of objects, that are pending finalization.
 CountStatistic StatefulSessionStoreStats.getPassivationCount()
          Returns the total number of sessions passivated using this store
 CountStatistic StatefulSessionStoreStats.getPassivationErrorCount()
          Returns the total number of sessions that could not be passivated using the store
 CountStatistic StatefulSessionStoreStats.getPassivationSuccessCount()
          Returns the total number of sessions passivated successfully using this store
 CountStatistic PWCThreadPoolStats.getPeakQueued()
          Returns the highest number of requests that were ever queued up simultaneously for the use of a native thread since the server was started
 CountStatistic PWCConnectionQueueStats.getPeakQueued()
          Gets the largest number of connections that were in the queue simultaneously.
 CountStatistic JVMThreadStats.getPeakThreadCount()
          Returns the peak live thread count, since the JVM started or the peak was reset
 CountStatistic ServletStats.getProcessingTime()
          Cumulative Value, indicating the time taken to process the requests received so far.
 CountStatistic HTTPListenerStats.getProcessingTime()
          Cumulative value of the processing times of each of the RequestProcessors.
 CountStatistic PWCHttpServiceStats.getRateBytesReceived()
          Returns the rate of bytes received
 CountStatistic PWCRequestStats.getRateBytesTransmitted()
          Gets the rate (in bytes per second) at which data was transmitted over some server-defined interval.
 CountStatistic PWCHttpServiceStats.getRateBytesTransmitted()
          Returns the rate of bytes transmitted
 CountStatistic WebModuleStats.getRejectedSessionsTotal()
          Gets the total number of rejected sessions for the web module associated with this WebModuleStats.
 CountStatistic ConnectorWorkMgmtStats.getRejectedWorkCount()
          indicates the number of work objects rejected by the Application Server per connector module, since the last reset.
 CountStatistic ServletStats.getRequestCount()
          Number of requests processed by this servlet.
 CountStatistic HTTPListenerStats.getRequestCount()
          Cumulative number of the requests processed so far, by the RequestProcessors.
 CountStatistic ConnectorEndPointFactoryStats.getRuntimeExceptionsCount()
          indicates the number of runtime exceptions that had occurred during the delivery of messages to endpoints created via this endpoint factory.
 CountStatistic PWCFileCacheStats.getSecondsMaxAge()
          The maximum age of a valid cache entry
 CountStatistic PWCHttpServiceStats.getSecondsRunning()
          Returns the amount of seconds the HttpService has been running
 CountStatistic PWCKeepAliveStats.getSecondsTimeouts()
          The time (in seconds) before idle keep-alive connections are closed
 CountStatistic WebModuleStats.getServletProcessingTimes()
          Gets the cumulative processing times of all servlets in the web module associated with this WebModuleStats.
 CountStatistic WebModuleStats.getSessionsTotal()
          Gets the total number of sessions that have been created for the web module associated with this WebModuleStats.
 CountStatistic PWCFileCacheStats.getSizeHeapCache()
          The Heap space used for cache
 CountStatistic PWCFileCacheStats.getSizeMmapCache()
          The size of Mapped memory used for caching
 CountStatistic ConnectorWorkMgmtStats.getSubmittedWorkCount()
          indicates the number of work objects submitted by a connector module for execution, since the last reset
 CountStatistic JVMThreadStats.getThreadCount()
          Returns the current number of live daemon and non-daemon threads
 CountStatistic JVMThreadInfoStats.getThreadId()
          Returns the Id of the thread
 CountStatistic PWCConnectionQueueStats.getTicksTotalQueued()
          Gets the total number of ticks that connections have spent in the queue.
 CountStatistic EJBPoolStats.getTotalBeansCreated()
          Returns the number of Beans created in associated pool so far over time, since the gathering of data started, as a CountStatistic.
 CountStatistic EJBPoolStats.getTotalBeansDestroyed()
          Returns the number of Beans destroyed from associated pool so far over time, since the gathering of data started, as a CountStatistic.
 CountStatistic JVMCompilationStats.getTotalCompilationTime()
          Returns the accumulated time in milliseconds, that was spent in compilation
 CountStatistic JVMClassLoadingStats.getTotalLoadedClassCount()
          Returns the total number of classes that have been loaded, since the JVM began execution
 CountStatistic EJBMethodStats.getTotalNumErrors()
          Returns the total number of errors as a CountStatistic.
 CountStatistic EJBMethodStats.getTotalNumSuccess()
          Returns the total number of successful runs, as a CountStatistic.
 CountStatistic JVMThreadStats.getTotalStartedThreadCount()
          Returns the total number of threads created and also started since the JVM started
 CountStatistic ThreadPoolStats.getTotalWorkItemsAdded()
          Returns the the total number of work items added so far to the work queue associated with threadpool.
 CountStatistic JVMClassLoadingStats.getUnloadedClassCount()
          Returns the number of classes that have been unloaded from the JVM
 CountStatistic JVMRuntimeStats.getUptime()
          Returns the uptime of the JVM in milliseconds
 CountStatistic JVMMemoryStats.getUsedHeapSize()
          Returns the size of the heap currently in use
 CountStatistic JVMMemoryStats.getUsedNonHeapSize()
          Returns the size of the non-heap area currently in use
 CountStatistic JVMThreadInfoStats.getWaitedCount()
          Returns the number of times that the thread has been in WAITING or TIMED_WAITING states
 CountStatistic JVMThreadInfoStats.getWaitedTime()
          Returns the elapsed time(in milliseconds) that the thread has been in the waiting state.
 CountStatistic ConnectionPoolStats.getWaitQueueLength()
          Indicates the number of connection requests in the queue waiting to be serviced
 

Constructors in com.sun.enterprise.admin.monitor.stats with parameters of type CountStatistic
MutableCountStatisticImpl(CountStatistic initial)
          Constructs an instance of MutableCountStatistic that encapsulates the given Statistic.
 

Uses of CountStatistic in org.glassfish.j2ee.statistics
 

Methods in org.glassfish.j2ee.statistics that return CountStatistic
 CountStatistic JTAStats.getActiveCount()
          Number of active transactions.
 CountStatistic JDBCConnectionPoolStats.getCloseCount()
          Number of connections closed.
 CountStatistic JCAConnectionPoolStats.getCloseCount()
          The number of connections closed
 CountStatistic JTAStats.getCommittedCount()
          Number of committed transactions.
 CountStatistic JDBCConnectionPoolStats.getCreateCount()
          Number of connections created.
 CountStatistic JCAConnectionPoolStats.getCreateCount()
          The number of connections created
 CountStatistic EJBStats.getCreateCount()
          Number of times create was called.
 CountStatistic JMSSessionStats.getDurableSubscriptionCount()
          Number of durable subscriptions.
 CountStatistic JMSSessionStats.getExpiredMessageCount()
          Number of expired messages.
 CountStatistic JMSEndpointStats.getExpiredMessageCount()
          Number of messages that expired before delivery.
 CountStatistic MessageDrivenBeanStats.getMessageCount()
          Number of messages received.
 CountStatistic JMSSessionStats.getMessageCount()
          Number of messages exchanged.
 CountStatistic JMSEndpointStats.getMessageCount()
          Number of messages sent or received.
 CountStatistic JMSSessionStats.getPendingMessageCount()
          Number of pending messages.
 CountStatistic JMSEndpointStats.getPendingMessageCount()
          Number of pending messages.
 CountStatistic EJBStats.getRemoveCount()
          Number of times remove was called.
 CountStatistic JTAStats.getRolledbackCount()
          Number of rolled-back transactions.
 CountStatistic JavaMailStats.getSentMailCount()
          The number of mail messages sent.
 CountStatistic JVMStats.getUpTime()
          Amount of time the JVM has been running.
 



Copyright © 2012. All Rights Reserved.