public interface PoolStatistics extends StatisticsPlugin
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount()
Get active count
|
int |
getAvailableCount()
Get the available count
|
long |
getAverageBlockingTime()
Get the average time spent waiting on a connection (milliseconds)
|
long |
getAverageCreationTime()
Get the average time spent creating a connection (milliseconds)
|
int |
getCreatedCount()
Get created count
|
int |
getDestroyedCount()
Get destroyed count
|
long |
getMaxCreationTime()
Get max creation time (milliseconds)
|
int |
getMaxUsedCount()
Get max used count
|
int |
getMaxWaitCount()
Get max wait count
|
long |
getMaxWaitTime()
Get max wait time (milliseconds)
|
int |
getTimedOut()
Get timed out
|
long |
getTotalBlockingTime()
Get the total time spent waiting on connections (milliseconds)
|
long |
getTotalCreationTime()
Get the total time spent creating connections (milliseconds)
|
clear, getDescription, getDescription, getNames, getType, getValue, isEnabled, setEnabled
int getActiveCount()
int getAvailableCount()
long getAverageBlockingTime()
long getAverageCreationTime()
int getCreatedCount()
int getDestroyedCount()
long getMaxCreationTime()
int getMaxUsedCount()
int getMaxWaitCount()
long getMaxWaitTime()
int getTimedOut()
long getTotalBlockingTime()
long getTotalCreationTime()
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)