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
 long getTotalBlockingInvocations()
          Get the total number of blocking invocations
 
Methods inherited from interface org.jboss.jca.core.api.connectionmanager.pool.PoolStatistics
getActiveCount, getAvailableCount, getAverageBlockingTime, getAverageCreationTime, getCreatedCount, getDestroyedCount, getInUseCount, 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
 

Method Detail

getTotalBlockingInvocations

long getTotalBlockingInvocations()
Get the total number of blocking invocations

Returns:
The value


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)