|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadBalancerContextRootStats
Stats interface for the monitorable attributes of a Load Balancer at the application level
Method Summary | |
---|---|
CountStatistic |
getActiveRequestCount()
Returns the number of active requests |
CountStatistic |
getAverageResponseTime()
Returns average response time in milliseconds |
CountStatistic |
getErrorRequestCount()
Returns the number of error requests |
CountStatistic |
getFailoverReqCount()
Returns the number of failover requests |
CountStatistic |
getIdempotentUrlAccessCount()
Returns the number of times all idempotent urls in this application are accessed |
TimeStatistic |
getResponseTime()
Returns response time in milliseconds |
CountStatistic |
getTotalRequestCount()
Returns the number of total requests |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail |
---|
TimeStatistic getResponseTime()
TimeStatistic
CountStatistic getAverageResponseTime()
TimeStatistic
CountStatistic getFailoverReqCount()
CountStatistic
CountStatistic getErrorRequestCount()
CountStatistic
CountStatistic getActiveRequestCount()
CountStatistic
CountStatistic getTotalRequestCount()
CountStatistic
CountStatistic getIdempotentUrlAccessCount()
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.