Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.j2ee
Interface JDBCConnectionPoolStats  view JDBCConnectionPoolStats download JDBCConnectionPoolStats.java

All Superinterfaces:
JDBCConnectionStats, java.io.Serializable, Stats

public interface JDBCConnectionPoolStats
extends JDBCConnectionStats

Represents the statistics provided by a JDBC connection pool

Version:
$Revision: 1.1 $

Revisions:

200112009 Andreas Schaefer:

  • Adjustment to the new JBoss guide lines and also adjustments to the latest JSR-77 specification

Method Summary
 CountStatistic getCloseCount()
           
 CountStatistic getCreateCount()
           
 BoundedRangeStatistic getFreePoolSize()
           
 BoundedRangeStatistic getPoolSize()
           
 RangeStatistic getWaitingThreadCount()
           
 
Methods inherited from interface javax.management.j2ee.JDBCConnectionStats
getJdbcDataSource, getUseTime, getWaitTime
 
Methods inherited from interface javax.management.j2ee.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()