public interface EJBCacheStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.BoundedRangeStatistic |
getCacheHits()
Returns the number of times a user request hits an EJB in associated EJB cache instance, as a CountStatistic.
|
javax.management.j2ee.statistics.BoundedRangeStatistic |
getCacheMisses()
Returns the number of times a user request fails to find an EJB in associated EJB cache instance, as a CountStatistic.
|
javax.management.j2ee.statistics.BoundedRangeStatistic |
getNumBeansInCache()
Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getNumExpiredSessionsRemoved()
Returns the number of removed Expired Sessions as a CountStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getNumPassivationErrors()
Returns the number of errors in passivating a Stateful Session Bean, as a CountStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getNumPassivations()
Returns the number of passivations of a Stateful Session Bean, as a CountStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getNumPassivationSuccess()
Returns the number of errors in passivating a Stateful Session Bean, as a CountStatistic.
|
getStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.BoundedRangeStatistic getCacheMisses()
BoundedRangeStatisticjavax.management.j2ee.statistics.BoundedRangeStatistic getCacheHits()
BoundedRangeStatisticjavax.management.j2ee.statistics.BoundedRangeStatistic getNumBeansInCache()
BoundedRangeStatisticjavax.management.j2ee.statistics.CountStatistic getNumPassivations()
CountStatisticjavax.management.j2ee.statistics.CountStatistic getNumPassivationErrors()
getNumPassivations()CountStatisticjavax.management.j2ee.statistics.CountStatistic getNumExpiredSessionsRemoved()
CountStatisticjavax.management.j2ee.statistics.CountStatistic getNumPassivationSuccess()
getNumPassivations()CountStatisticCopyright © 2019. All rights reserved.