javax.management.j2ee.statistics
Interface JCAConnectionPoolStats
- All Superinterfaces:
- JCAConnectionStats, Stats
public interface JCAConnectionPoolStats
- extends JCAConnectionStats
- Version:
- $Rev: 46019 $
getCloseCount
CountStatistic getCloseCount()
getCreateCount
CountStatistic getCreateCount()
getFreePoolSize
BoundedRangeStatistic getFreePoolSize()
getPoolSize
BoundedRangeStatistic getPoolSize()
getWaitingThreadCount
RangeStatistic getWaitingThreadCount()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.