public interface EJBMethodStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getExecutionTime()
Returns the time spent during the last successful/unsuccessful attempt to execute the operation, as a CountStatistic.
|
javax.management.j2ee.statistics.TimeStatistic |
getMethodStatistic()
Returns the statistics of the method invocation as an instance of TimeStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getTotalNumErrors()
Returns the total number of errors as a CountStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getTotalNumSuccess()
Returns the total number of successful runs, as a CountStatistic.
|
getStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.TimeStatistic getMethodStatistic()
TimeStatisticjavax.management.j2ee.statistics.CountStatistic getTotalNumErrors()
CountStatisticjavax.management.j2ee.statistics.CountStatistic getTotalNumSuccess()
CountStatisticjavax.management.j2ee.statistics.CountStatistic getExecutionTime()
CountStatisticCopyright © 2019. All rights reserved.