|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionQueueStats
ConnectionQueueMonitor
Method Summary | |
---|---|
CountStatistic |
getCountOverflows()
Gets the number of times the queue has been too full to accommodate a connection |
CountStatistic |
getCountQueued()
|
CountStatistic |
getCountQueued15MinuteAverage()
Gets the average number of connections queued in the last 15 minutes |
CountStatistic |
getCountQueued1MinuteAverage()
Gets the average number of connections queued in the last 1 minute |
CountStatistic |
getCountQueued5MinuteAverage()
Gets the average number of connections queued in the last 5 minutes |
CountStatistic |
getCountTotalConnections()
|
CountStatistic |
getCountTotalQueued()
Gets the total number of connections that have been queued. |
StringStatistic |
getID()
|
CountStatistic |
getMaxQueued()
Gets the maximum size of the connection queue |
CountStatistic |
getPeakQueued()
Gets the largest number of connections that were in the queue simultaneously. |
CountStatistic |
getTicksTotalQueued()
Gets the total number of ticks that connections have spent in the queue. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail |
---|
CountStatistic getCountTotalQueued()
A given connection may be queued multiple times, so
CountTotalQueued
may be greater than or equal to
CountTotalConnections
.
CountStatistic getCountOverflows()
CountStatistic getCountTotalConnections()
CountStatistic getCountQueued5MinuteAverage()
CountStatistic getTicksTotalQueued()
CountStatistic getCountQueued1MinuteAverage()
CountStatistic getCountQueued15MinuteAverage()
CountStatistic getMaxQueued()
CountStatistic getPeakQueued()
StringStatistic getID()
CountStatistic getCountQueued()
|
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.