|
|||||||||
| Home >> All >> javax >> management >> j2ee >> [ statistics overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.management.j2ee.statistics
Interface JCAConnectionPoolStats

- All Superinterfaces:
- JCAConnectionStats, Stats
- public interface JCAConnectionPoolStats
- extends JCAConnectionStats
- Version:
- $Rev: 46019 $
| Method Summary | |
CountStatistic |
getCloseCount()
|
CountStatistic |
getCreateCount()
|
BoundedRangeStatistic |
getFreePoolSize()
|
BoundedRangeStatistic |
getPoolSize()
|
RangeStatistic |
getWaitingThreadCount()
|
| Methods inherited from interface javax.management.j2ee.statistics.JCAConnectionStats |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime |
| Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
getCloseCount
public CountStatistic getCloseCount()
getCreateCount
public CountStatistic getCreateCount()
getFreePoolSize
public BoundedRangeStatistic getFreePoolSize()
getPoolSize
public BoundedRangeStatistic getPoolSize()
getWaitingThreadCount
public RangeStatistic getWaitingThreadCount()
|
|||||||||
| Home >> All >> javax >> management >> j2ee >> [ statistics overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC