|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase (src)
org.jboss.management.j2ee.statistics.JCAConnectionStatsImpl (src)
org.jboss.management.j2ee.statistics.JCAConnectionPoolStatsImpl
The JSR77.6.20 JCAConnectionPoolStats implementation
Constructor Summary | |
JCAConnectionPoolStatsImpl(java.lang.String cfName,
java.lang.String mcfName,
BoundedRangeStatistic (src) freePoolSize,
BoundedRangeStatistic (src) poolSize)
|
|
JCAConnectionPoolStatsImpl(java.lang.String cfName,
java.lang.String mcfName,
TimeStatistic (src) waitTime,
TimeStatistic (src) useTime,
CountStatistic (src) closeCount,
CountStatistic (src) createCount,
BoundedRangeStatistic (src) freePoolSize,
BoundedRangeStatistic (src) poolSize,
RangeStatistic (src) waitingThreadCount)
|
Method Summary | |
CountStatistic (src) |
getCloseCount()
The number of connections closed |
CountStatistic (src) |
getCreateCount()
The number of connections created |
BoundedRangeStatistic (src) |
getFreePoolSize()
The number of free connections in the pool |
BoundedRangeStatistic (src) |
getPoolSize()
The size of the connection pool |
RangeStatistic (src) |
getWaitingThreadCount()
The number of threads waiting for a connection |
Methods inherited from class org.jboss.management.j2ee.statistics.JCAConnectionStatsImpl (src) |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime |
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src) |
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 (src) |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime |
Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public JCAConnectionPoolStatsImpl(java.lang.String cfName, java.lang.String mcfName, BoundedRangeStatistic (src) freePoolSize, BoundedRangeStatistic (src) poolSize)
public JCAConnectionPoolStatsImpl(java.lang.String cfName, java.lang.String mcfName, TimeStatistic (src) waitTime, TimeStatistic (src) useTime, CountStatistic (src) closeCount, CountStatistic (src) createCount, BoundedRangeStatistic (src) freePoolSize, BoundedRangeStatistic (src) poolSize, RangeStatistic (src) waitingThreadCount)
Method Detail |
public CountStatistic (src) getCloseCount()
JCAConnectionPoolStats (src)
getCloseCount
in interface JCAConnectionPoolStats (src)
public CountStatistic (src) getCreateCount()
JCAConnectionPoolStats (src)
getCreateCount
in interface JCAConnectionPoolStats (src)
public BoundedRangeStatistic (src) getFreePoolSize()
JCAConnectionPoolStats (src)
getFreePoolSize
in interface JCAConnectionPoolStats (src)
public BoundedRangeStatistic (src) getPoolSize()
JCAConnectionPoolStats (src)
getPoolSize
in interface JCAConnectionPoolStats (src)
public RangeStatistic (src) getWaitingThreadCount()
JCAConnectionPoolStats (src)
getWaitingThreadCount
in interface JCAConnectionPoolStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |