Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: JCAConnectionPoolStats [javadoc | source]

All Implemented Interfaces:
    JCAConnectionStats

Represents the statistics provided by a JCA connection pool
Method from javax.management.j2ee.JCAConnectionPoolStats Summary:
getCloseCount,   getCreateCount,   getFreePoolSize,   getPoolSize,   getWaitingThreadCount
Method from javax.management.j2ee.JCAConnectionPoolStats Detail:
 public CountStatistic getCloseCount()
 public CountStatistic getCreateCount()
 public BoundedRangeStatistic getFreePoolSize()
 public BoundedRangeStatistic getPoolSize()
 public RangeStatistic getWaitingThreadCount()