|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadBalancerServerStats
Stats interface for the monitorable attributes of a Load Balancer at the server level
Method Summary | |
---|---|
StringStatistic |
getHealth()
Returns the server's health status - Healthy, Unhealthy or Quiesced. |
CountStatistic |
getNumberOfActiveRequests()
Returns the number of active requests on this instance |
CountStatistic |
getNumberOfTotalRequests()
Returns the total number of requests for this instance. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail |
---|
StringStatistic getHealth()
StringStatistic
CountStatistic getNumberOfActiveRequests()
CountStatistic
CountStatistic getNumberOfTotalRequests()
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.