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