com.ibm.websphere.pmi.stat
Class JDBCConnectionPoolStatsImpl
- java.lang.Object
com.ibm.websphere.pmi.stat.StatsImpl
com.ibm.websphere.pmi.stat.JDBCConnectionStatsImpl
com.ibm.websphere.pmi.stat.JDBCConnectionPoolStatsImpl
All implemented interfaces:
JDBCConnectionPoolStats, JDBCConnectionStats, Stats, PmiConstants, com.ibm.ws.pmi.wire.WpdCollection, java.io.Serializable
Deprecated. As of 6.0, replaced with
WSJDBCConnectionPoolStats
- public class JDBCConnectionPoolStatsImpl
- extends JDBCConnectionStatsImpl
- implements JDBCConnectionPoolStats
See Also:
Field Summary
Fields inherited from class com.ibm.websphere.pmi.stat.StatsImpl |
---|
dataMembers, instrumentationLevel, name, statsType, subCollections, time, type |
Fields inherited from interface com.ibm.websphere.pmi.stat.Stats |
---|
UNIT_KB |
Constructor Summary
Constructor and Description |
---|
JDBCConnectionPoolStatsImpl(java.lang.String name,int type,int level,java.util.ArrayList dataMembers,java.util.ArrayList subCollections)
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getCloseCount()
Deprecated.
|
|
getCreateCount()
Deprecated.
|
|
getFreePoolSize()
Deprecated.
|
|
getPoolSize()
Deprecated.
|
|
getWaitingThreadCount()
Deprecated.
|
Methods inherited from class com.ibm.websphere.pmi.stat.JDBCConnectionStatsImpl |
---|
getJdbcDataSource, getStatsType, getUseTime, getWaitTime, setJdbcDataSource |
Methods inherited from class com.ibm.websphere.pmi.stat.StatsImpl |
---|
add, add, add, add, dataMembers, getData, getLevel, getName, getStatistic, getStatistic, getStatisticNames, getStatistics, getStats, getSubcollection, getSubStats, getTime, getType, initPmiModuleConfig, listStatisticNames, listStatistics, listSubStats, remove, remove, resetOnClient, setConfig, setDataMembers, setLevel, setName, setStatistics, setStatsType, setSubcollections, setSubStats, subCollections, toString, toString, toXML, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.websphere.management.statistics.JDBCConnectionStats |
---|
getJdbcDataSource, getUseTime, getWaitTime |
Methods inherited from interface com.ibm.websphere.management.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Constructor Detail
JDBCConnectionPoolStatsImpl
- public JDBCConnectionPoolStatsImpl( java.lang.String name,
- int type,
- int level,
- java.util.ArrayList dataMembers,
- java.util.ArrayList subCollections)
Deprecated.
Method Detail
getCreateCount
- public CountStatistic getCreateCount( )
Deprecated.
Specified by:
getCreateCount
in interface JDBCConnectionPoolStats
getCloseCount
- public CountStatistic getCloseCount( )
Deprecated.
Specified by:
getCloseCount
in interface JDBCConnectionPoolStats
getPoolSize
- public BoundedRangeStatistic getPoolSize( )
Deprecated.
Specified by:
getPoolSize
in interface JDBCConnectionPoolStats
getFreePoolSize
- public BoundedRangeStatistic getFreePoolSize( )
Deprecated.
Specified by:
getFreePoolSize
in interface JDBCConnectionPoolStats
getWaitingThreadCount
- public RangeStatistic getWaitingThreadCount( )
Deprecated.
Specified by:
getWaitingThreadCount
in interface JDBCConnectionPoolStats