|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PoolStatistics

The pool statistics
| Method Summary | |
|---|---|
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 |
int |
getInUseCount()
Get in use 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) |
| Methods inherited from interface org.jboss.jca.core.spi.statistics.StatisticsPlugin |
|---|
clear, getDescription, getDescription, getNames, getType, getValue, isEnabled, setEnabled |
| Method Detail |
|---|
int getActiveCount()
int getAvailableCount()
long getAverageBlockingTime()
long getAverageCreationTime()
int getCreatedCount()
int getDestroyedCount()
int getInUseCount()
long getMaxCreationTime()
int getMaxUsedCount()
int getMaxWaitCount()
long getMaxWaitTime()
int getTimedOut()
long getTotalBlockingTime()
long getTotalCreationTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||