com.sun.enterprise.admin.monitor.stats
Interface JDBCConnectionPoolStats

All Superinterfaces:
ConnectionPoolStats, Stats

public interface JDBCConnectionPoolStats
extends ConnectionPoolStats

A Stats interface to represent the statistical data exposed by a JDBC Connection Pool. It inherits from the ConnectionPoolStats interface and as of now($Revision: 1.3 $) does not provide any additional methods.

Since:
S1AS8.0
Version:
$Revision: 1.3 $
Author:
Murali Vempaty

Method Summary
 
Methods inherited from interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
getAverageConnWaitTime, getConnRequestWaitTime, getNumConnAcquired, getNumConnCreated, getNumConnDestroyed, getNumConnFailedValidation, getNumConnFree, getNumConnNotSuccessfullyMatched, getNumConnReleased, getNumConnSuccessfullyMatched, getNumConnTimedOut, getNumConnUsed, getNumPotentialConnLeak, getWaitQueueLength
 
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 



Copyright © 2012. All Rights Reserved.