Java EE 5 SDK

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

All Superinterfaces:
Stats

public interface LoadBalancerContextRootStats
extends Stats

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

getResponseTime

TimeStatistic getResponseTime()
Returns response time in milliseconds

Returns:
an instance of TimeStatistic

getAverageResponseTime

CountStatistic getAverageResponseTime()
Returns average response time in milliseconds

Returns:
an instance of TimeStatistic

getFailoverReqCount

CountStatistic getFailoverReqCount()
Returns the number of failover requests

Returns:
an instance of CountStatistic

getErrorRequestCount

CountStatistic getErrorRequestCount()
Returns the number of error requests

Returns:
an instance of CountStatistic

getActiveRequestCount

CountStatistic getActiveRequestCount()
Returns the number of active requests

Returns:
an instance of CountStatistic

getTotalRequestCount

CountStatistic getTotalRequestCount()
Returns the number of total requests

Returns:
an instance of CountStatistic

getIdempotentUrlAccessCount

CountStatistic getIdempotentUrlAccessCount()
Returns the number of times all idempotent urls in this application are accessed

Returns:
an instance of CountStatistic

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.