Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface AltJDBCConnectionPoolStats

All Superinterfaces:
ConnectionPoolStats, Stats

public interface AltJDBCConnectionPoolStats
extends ConnectionPoolStats

A Stats interface to represent the statistical data exposed by a JDBC connection pool. The prefix "Alt" signifies that it has no relation to the JSR 77 type JDBCConnectionPoolStats, hopefully avoiding confusion.


Method Summary
 
Methods inherited from interface com.sun.appserv.management.monitor.statistics.ConnectionPoolStats
getAverageConnWaitTime, getConnRequestWaitTime, getNumConnAcquired, getNumConnCreated, getNumConnDestroyed, getNumConnFailedValidation, getNumConnFree, getNumConnNotSuccessfullyMatched, getNumConnReleased, getNumConnSuccessfullyMatched, getNumConnTimedOut, getNumConnUsed, getWaitQueueLength
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.