KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > j2ee > statistics > JCAConnectionPoolStats

javax.management.j2ee.statistics
Interface JCAConnectionPoolStats

All Superinterfaces:
JCAConnectionStats, Stats
See Also:
Top Examples, Source Code

public CountStatistic getCloseCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CountStatistic getCreateCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BoundedRangeStatistic getFreePoolSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BoundedRangeStatistic getPoolSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RangeStatistic getWaitingThreadCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags