Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface LoadBalancerServerStats

All Superinterfaces:
Stats

public interface LoadBalancerServerStats
extends Stats

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

getHealth

StringStatistic getHealth()
Returns the server's health status - Healthy, Unhealthy or Quiesced.

Returns:
an instance of StringStatistic

getNumberOfActiveRequests

CountStatistic getNumberOfActiveRequests()
Returns the number of active requests on this instance

Returns:
an instance of CountStatistic

getNumberOfTotalRequests

CountStatistic getNumberOfTotalRequests()
Returns the total number of requests for this instance.

Returns:
an instance of CountStatistic

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.