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, getStatistics
javax.management.j2ee.statistics.TimeStatistic getMethodStatistic()
TimeStatistic
javax.management.j2ee.statistics.CountStatistic getTotalNumErrors()
CountStatistic
javax.management.j2ee.statistics.CountStatistic getTotalNumSuccess()
CountStatistic
javax.management.j2ee.statistics.CountStatistic getExecutionTime()
CountStatistic
Copyright © 2019. All rights reserved.