WSJCAConnectionPoolStatspublic class JCAConnectionPoolStatsImpl extends JCAConnectionStatsImpl implements JCAConnectionPoolStats
dataMembers, instrumentationLevel, name, statsType, subCollections, time, typeAE_35, AE_40, AES_40, ALL_DATA, APPSERVER_MODULE, BEAN_METHODS_SUBMODULE, BEAN_MODULE, CACHE_MODULE, COLLECTION_DESC, CONNPOOL_MODULE, DEFAULT_MODULE_PREFIX, EJB_ENTITY, EJB_MESSAGEDRIVEN, EJB_SINGLETON, EJB_STATEFUL, EJB_STATELESS, INITIALIZATION_FAILED, INITIALIZING, INTERCEPTOR_SUBMODULE, J2C_CF, J2C_DS, J2C_JMS_CONNECTIONS, J2C_MODULE, JAVA_TIME_CONVERT_RATIO, JVMPI_MODULE, LEVEL_DISABLE, LEVEL_ENABLE, LEVEL_FINEGRAIN, LEVEL_HIGH, LEVEL_HIGH_STRING, LEVEL_LOW, LEVEL_LOW_STRING, LEVEL_MAX, LEVEL_MAX_STRING, LEVEL_MEDIUM, LEVEL_MEDIUM_STRING, LEVEL_NONE, LEVEL_NONE_STRING, LEVEL_UNDEFINED, LOAD_AVG, LOST_CONTACT, METHODS_SUBMODULE_SHORTNAME, MSG_BUNDLE, NOT_IN_SUBMODULE, ORBPERF_MODULE, PLATFORM_ALL, PLATFORM_DISTRIBUTED, PLATFORM_ZOS, PMI_DISABLE_STRING, ROOT_DESC, ROOT_NAME, RUNNING, RUNTIME_MODULE, SERVLET_SUBMODULE, SERVLETS_SUBMODULE_SHORTNAME, SESSIONS_MODULE, STOPPED, SYSTEM_MODULE, TEMPLATE_SUBMODULE, TERMINATING, THREADPOOL_MODULE, TRAN_MODULE, TYPE_AVGSTAT, TYPE_CATEGORY, TYPE_COLLECTION, TYPE_DATA, TYPE_DOUBLE, TYPE_INSTANCE, TYPE_INT, TYPE_INVALID, TYPE_LOAD, TYPE_LONG, TYPE_MODULE, TYPE_MODULEROOT, TYPE_NODE, TYPE_RANGE, TYPE_ROOT, TYPE_SERVER, TYPE_STAT, TYPE_SUBINSTANCE, TYPE_SUBMODULE, TYPE_UNDEFINED, UNINITIALIZED, UNKNOWN_ID, WEBAPP_MODULE, WEBSERVICES_MODULE, WEBSERVICES_SUBMODULE, WLM_CLIENT_MODULE, WLM_MODULE, WLM_SERVER_MODULE, WSGW_MODULE, XML_COLLECTION, XML_COUNT, XML_CREATETIME, XML_DOUBLE, XML_ENDCOLLECTION, XML_ENDLINE, XML_ENDMODULE, XML_ENDNODE, XML_ENDSERVER, XML_ENDTAG, XML_ID, XML_INT, XML_INTEGRAL, XML_LASTVALUE, XML_LOAD, XML_LONG, XML_MODULE, XML_NAME, XML_NODE, XML_QUOTE, XML_SERVER, XML_START, XML_STAT, XML_SUMOFSQUARES, XML_TIME, XML_TOTAL, XML_VALUE, XML_VIEW| Constructor and Description |
|---|
JCAConnectionPoolStatsImpl(java.lang.String name,
int type,
int level,
java.util.ArrayList dataMembers,
java.util.ArrayList subCollections)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getCloseCount()
Deprecated.
|
CountStatistic |
getCreateCount()
Deprecated.
|
BoundedRangeStatistic |
getFreePoolSize()
Deprecated.
|
BoundedRangeStatistic |
getPoolSize()
Deprecated.
|
RangeStatistic |
getWaitingThreadCount()
Deprecated.
|
getConnectionFactory, getManagedConnectionFactory, getStatsType, getUseTime, getWaitTime, setConnectionFactory, setManagedConnectionFactoryadd, 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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTimegetStatistic, getStatisticNames, getStatisticspublic JCAConnectionPoolStatsImpl(java.lang.String name,
int type,
int level,
java.util.ArrayList dataMembers,
java.util.ArrayList subCollections)
public CountStatistic getCreateCount()
getCreateCount in interface JCAConnectionPoolStatspublic CountStatistic getCloseCount()
getCloseCount in interface JCAConnectionPoolStatspublic BoundedRangeStatistic getPoolSize()
getPoolSize in interface JCAConnectionPoolStatspublic BoundedRangeStatistic getFreePoolSize()
getFreePoolSize in interface JCAConnectionPoolStatspublic RangeStatistic getWaitingThreadCount()
getWaitingThreadCount in interface JCAConnectionPoolStats