|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Stats interface to represent the statistical data exposed by an EJB Business Method. These are based on the statistics exposed in S1AS7.0. All the EJB Methods should expose statistical data by implementing this interface.
Method Summary | |
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. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public TimeStatistic getMethodStatistic()
TimeStatistic
public CountStatistic getTotalNumErrors()
CountStatistic
public CountStatistic getTotalNumSuccess()
CountStatistic
public CountStatistic getExecutionTime()
CountStatistic
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.