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