|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBMethodStats
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 |
---|
TimeStatistic getMethodStatistic()
TimeStatistic
CountStatistic getTotalNumErrors()
CountStatistic
CountStatistic getTotalNumSuccess()
CountStatistic
CountStatistic getExecutionTime()
CountStatistic
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.