com.ibm.websphere.pmi.stat
Class JDBCConnectionStatsImpl
- java.lang.Object
com.ibm.websphere.pmi.stat.StatsImpl
com.ibm.websphere.pmi.stat.JDBCConnectionStatsImpl
All implemented interfaces:
Direct known subclasses:
Deprecated. As of 6.0, replaced with
WSJDBCConnectionPoolStats
- public class JDBCConnectionStatsImpl
- extends StatsImpl
- implements JDBCConnectionStats
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 |
---|
JDBCConnectionStatsImpl(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 |
---|---|
|
getJdbcDataSource()
Deprecated.
|
|
getStatsType()
Deprecated.
|
getUseTime()
Deprecated.
|
|
getWaitTime()
Deprecated.
|
|
|
setJdbcDataSource(javax.management.ObjectName dsOName)
Deprecated.
|
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.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Constructor Detail
JDBCConnectionStatsImpl
- public JDBCConnectionStatsImpl( java.lang.String name,
- int type,
- int level,
- java.util.ArrayList dataMembers,
- java.util.ArrayList subCollections)
Deprecated.
Method Detail
getStatsType
- public java.lang.String getStatsType( )
Deprecated.
Overrides:
getStatsType
in class StatsImpl
Returns:
Stats type. This type is used to bind the static information to the Stats
getWaitTime
- public TimeStatistic getWaitTime( )
Deprecated.
Specified by:
getWaitTime
in interface JDBCConnectionStats
getUseTime
- public TimeStatistic getUseTime( )
Deprecated.
Specified by:
getUseTime
in interface JDBCConnectionStats
getJdbcDataSource
- public javax.management.ObjectName getJdbcDataSource( )
Deprecated.
Specified by:
getJdbcDataSource
in interface JDBCConnectionStats
setJdbcDataSource
- public void setJdbcDataSource(javax.management.ObjectName dsOName)
Deprecated.