com.sun.ejb.base.stats
Class EJBMethodStatsImpl
java.lang.Object
com.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBMethodStatsImpl
- All Implemented Interfaces:
- EJBMethodStats, Stats
public class EJBMethodStatsImpl
- extends StatsImpl
- implements EJBMethodStats
A Class for providing stats for Bean Methods
Used by both Entity, Stateless and Stateful Container
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBMethodStatsImpl
public EJBMethodStatsImpl(MethodMonitor delegate)
getExecutionTime
public CountStatistic getExecutionTime()
- Specified by:
getExecutionTime in interface EJBMethodStats
getTotalNumErrors
public CountStatistic getTotalNumErrors()
- Specified by:
getTotalNumErrors in interface EJBMethodStats
getMethodStatistic
public TimeStatistic getMethodStatistic()
- Specified by:
getMethodStatistic in interface EJBMethodStats
getTotalNumSuccess
public CountStatistic getTotalNumSuccess()
- Specified by:
getTotalNumSuccess in interface EJBMethodStats
resetAllStats
protected void resetAllStats()
Copyright © 2012 GlassFish Community. All Rights Reserved.