|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the statistics provided by a JCA Connection Pool
Method Summary | |
CountStatistic |
getCloseCount()
The number of connections closed |
CountStatistic |
getCreateCount()
The number of connections created |
BoundedRangeStatistic |
getFreePoolSize()
The number of free connections in the pool |
BoundedRangeStatistic |
getPoolSize()
The size of the connection pool |
RangeStatistic |
getWaitingThreadCount()
The number of threads waiting for a connection |
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 |
Method Detail |
public CountStatistic getCloseCount()
public CountStatistic getCreateCount()
public BoundedRangeStatistic getFreePoolSize()
public BoundedRangeStatistic getPoolSize()
public RangeStatistic getWaitingThreadCount()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.