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

LoadBalancerContextRootStats

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

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetActiveRequestCount()
Returns the number of active requests

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.CountStatisticgetAverageResponseTime()
Returns average response time in milliseconds

return
an instance of {@link TimeStatistic}

public javax.management.j2ee.statistics.CountStatisticgetErrorRequestCount()
Returns the number of error requests

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.CountStatisticgetFailoverReqCount()
Returns the number of failover requests

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.CountStatisticgetIdempotentUrlAccessCount()
Returns the number of times all idempotent urls in this application are accessed

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.TimeStatisticgetResponseTime()
Returns response time in milliseconds

return
an instance of {@link TimeStatistic}

public javax.management.j2ee.statistics.CountStatisticgetTotalRequestCount()
Returns the number of total requests

return
an instance of {@link CountStatistic}