FileDocCategorySizeDatePackage
LoadBalancerServerStats.javaAPI DocGlassfish v2 API2895Fri May 04 22:31:04 BST 2007com.sun.appserv.management.monitor.statistics

LoadBalancerServerStats

public interface LoadBalancerServerStats implements javax.management.j2ee.statistics.Stats
Stats interface for the monitorable attributes of a Load Balancer at the server level

Fields Summary
Constructors Summary
Methods Summary
public com.sun.appserv.management.j2ee.statistics.StringStatisticgetHealth()
Returns the server's health status - Healthy, Unhealthy or Quiesced.

return
an instance of {@link StringStatistic}

public javax.management.j2ee.statistics.CountStatisticgetNumberOfActiveRequests()
Returns the number of active requests on this instance

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.CountStatisticgetNumberOfTotalRequests()
Returns the total number of requests for this instance.

return
an instance of {@link CountStatistic}