org.jboss.jca.core.connectionmanager.pool.mcp
Interface ManagedConnectionPoolStatistics

All Superinterfaces:
org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics, Serializable, org.jboss.jca.core.spi.statistics.StatisticsPlugin
All Known Implementing Classes:
ManagedConnectionPoolStatisticsImpl

public interface ManagedConnectionPoolStatistics
extends org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics

Statistics for a managed connection pool

Author:
Jesper Pedersen

Method Summary
 
Methods inherited from interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
getActiveCount, getAvailableCount, getAverageBlockingTime, getAverageCreationTime, getCreatedCount, getDestroyedCount, getMaxCreationTime, getMaxUsedCount, getMaxWaitCount, getMaxWaitTime, getTimedOut, getTotalBlockingTime, getTotalCreationTime
 
Methods inherited from interface org.jboss.jca.core.spi.statistics.StatisticsPlugin
clear, getDescription, getDescription, getNames, getType, getValue, isEnabled, setEnabled
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)