|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceEndpointAggregateStats
Web Service Endpoint's stats interface. It provides faults, response time, throughput and authentication failure/success information.
Method Summary | |
---|---|
CountStatistic |
getAverageResponseTime()
Returns the average time in milli seconds spent during the last successful/unsuccessful attempt to execute the operation, as a CountStatistic. |
CountStatistic |
getMaxResponseTime()
Returns the maximum time spent in milli seconds for any successful/ unsuccessful attempt to execute the operation, as a CountStatistic. |
CountStatistic |
getMinResponseTime()
Returns the minimum time spent in milli seconds for any successful/ unsuccessful attempt to execute the operation, as a CountStatistic. |
CountStatistic |
getResponseTime()
Returns the time in milli seconds spent during the last successful/unsuccessful attempt to execute the operation, as a CountStatistic. |
NumberStatistic |
getThroughput()
Returns the number successful messages/minute since the server is started as a NumberStatistic. |
CountStatistic |
getTotalAuthFailures()
Returns the total number of authentication failures as a CountStatistic. |
CountStatistic |
getTotalAuthSuccesses()
Returns the total number of authentication successes CountStatistic. |
CountStatistic |
getTotalFaults()
Returns the total number of fault 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 |
---|
CountStatistic getTotalFaults()
CountStatistic
CountStatistic getTotalNumSuccess()
CountStatistic
CountStatistic getAverageResponseTime()
CountStatistic
CountStatistic getResponseTime()
CountStatistic
CountStatistic getMinResponseTime()
CountStatistic
CountStatistic getMaxResponseTime()
CountStatistic
NumberStatistic getThroughput()
NumberStatistic
CountStatistic getTotalAuthFailures()
CountStatistic
CountStatistic getTotalAuthSuccesses()
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.