FileDocCategorySizeDatePackage
PWCConnectionQueueStats.javaAPI DocGlassfish v2 API5250Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

PWCConnectionQueueStats

public interface PWCConnectionQueueStats implements javax.management.j2ee.statistics.Stats
ConnectionQueue information shows the number of sessions in the queue and the average delay before the connection is accepted

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCountOverflows()
Gets the number of times the queue has been too full to accommodate a connection

return
Number of times the queue has been too full to accommodate a connection

public javax.management.j2ee.statistics.CountStatisticgetCountQueued()
Gets the number of connections currently in the queue

return
Number of connections currently in the queue

public javax.management.j2ee.statistics.CountStatisticgetCountQueued15MinuteAverage()
Gets the average number of connections queued in the last 15 minutes

return
Average number of connections queued in the last 15 minutes

public javax.management.j2ee.statistics.CountStatisticgetCountQueued1MinuteAverage()
Gets the average number of connections queued in the last 1 minute

return
Average number of connections queued in the last 1 minute

public javax.management.j2ee.statistics.CountStatisticgetCountQueued5MinuteAverage()
Gets the average number of connections queued in the last 5 minutes

return
Average number of connections queued in the last 5 minutes

public javax.management.j2ee.statistics.CountStatisticgetCountTotalConnections()
Gets the total number of connections that have been accepted.

return
Total number of connections that have been accepted.

public javax.management.j2ee.statistics.CountStatisticgetCountTotalQueued()
Gets the total number of connections that have been queued. A given connection may be queued multiple times, so counttotalqueued may be greater than or equal to counttotalconnections.

return
Total number of connections that have been queued

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetId()
Gets the ID of the connection queue

return
The ID of the connection queue

public javax.management.j2ee.statistics.CountStatisticgetMaxQueued()
Gets the maximum size of the connection queue

return
Maximum size of the connection queue

public javax.management.j2ee.statistics.CountStatisticgetPeakQueued()
Gets the largest number of connections that were in the queue simultaneously.

return
Largest number of connections that were in the queue simultaneously

public javax.management.j2ee.statistics.CountStatisticgetTicksTotalQueued()
Gets the total number of ticks that connections have spent in the queue. A tick is a system-dependent unit of time.

return
Total number of ticks that connections have spent in the queue