|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.management.j2ee.statistics.StatsBase org.jboss.management.j2ee.statistics.JCAConnectionStatsImpl org.jboss.management.j2ee.statistics.JCAConnectionPoolStatsImpl
The JSR77.6.20 JCAConnectionPoolStats implementation
Constructor Summary | |
JCAConnectionPoolStatsImpl(String cfName,
String mcfName,
javax.management.j2ee.statistics.BoundedRangeStatistic freePoolSize,
javax.management.j2ee.statistics.BoundedRangeStatistic poolSize)
|
|
JCAConnectionPoolStatsImpl(String cfName,
String mcfName,
javax.management.j2ee.statistics.TimeStatistic waitTime,
javax.management.j2ee.statistics.TimeStatistic useTime,
javax.management.j2ee.statistics.CountStatistic closeCount,
javax.management.j2ee.statistics.CountStatistic createCount,
javax.management.j2ee.statistics.BoundedRangeStatistic freePoolSize,
javax.management.j2ee.statistics.BoundedRangeStatistic poolSize,
javax.management.j2ee.statistics.RangeStatistic waitingThreadCount)
|
Method Summary | |
javax.management.j2ee.statistics.CountStatistic |
getCloseCount()
The number of connections closed |
javax.management.j2ee.statistics.CountStatistic |
getCreateCount()
The number of connections created |
javax.management.j2ee.statistics.BoundedRangeStatistic |
getFreePoolSize()
The number of free connections in the pool |
javax.management.j2ee.statistics.BoundedRangeStatistic |
getPoolSize()
The size of the connection pool |
javax.management.j2ee.statistics.RangeStatistic |
getWaitingThreadCount()
The number of threads waiting for a connection |
Methods inherited from class org.jboss.management.j2ee.statistics.JCAConnectionStatsImpl |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime |
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.JCAConnectionStats |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public JCAConnectionPoolStatsImpl(String cfName, String mcfName, javax.management.j2ee.statistics.BoundedRangeStatistic freePoolSize, javax.management.j2ee.statistics.BoundedRangeStatistic poolSize)
public JCAConnectionPoolStatsImpl(String cfName, String mcfName, javax.management.j2ee.statistics.TimeStatistic waitTime, javax.management.j2ee.statistics.TimeStatistic useTime, javax.management.j2ee.statistics.CountStatistic closeCount, javax.management.j2ee.statistics.CountStatistic createCount, javax.management.j2ee.statistics.BoundedRangeStatistic freePoolSize, javax.management.j2ee.statistics.BoundedRangeStatistic poolSize, javax.management.j2ee.statistics.RangeStatistic waitingThreadCount)
Method Detail |
public javax.management.j2ee.statistics.CountStatistic getCloseCount()
javax.management.j2ee.statistics.JCAConnectionPoolStats
getCloseCount
in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
public javax.management.j2ee.statistics.CountStatistic getCreateCount()
javax.management.j2ee.statistics.JCAConnectionPoolStats
getCreateCount
in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
public javax.management.j2ee.statistics.BoundedRangeStatistic getFreePoolSize()
javax.management.j2ee.statistics.JCAConnectionPoolStats
getFreePoolSize
in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
public javax.management.j2ee.statistics.BoundedRangeStatistic getPoolSize()
javax.management.j2ee.statistics.JCAConnectionPoolStats
getPoolSize
in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
public javax.management.j2ee.statistics.RangeStatistic getWaitingThreadCount()
javax.management.j2ee.statistics.JCAConnectionPoolStats
getWaitingThreadCount
in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |