com.ibm.websphere.pmi.stat
Class SessionBeanStatsImpl
- java.lang.Object
com.ibm.websphere.pmi.stat.StatsImpl
com.ibm.websphere.pmi.stat.EJBStatsImpl
com.ibm.websphere.pmi.stat.SessionBeanStatsImpl
All implemented interfaces:
EJBStats, SessionBeanStats, Stats, PmiConstants, com.ibm.ws.pmi.wire.WpdCollection, java.io.Serializable
Direct known subclasses:
Deprecated. As of 6.0, replaced with
WSEJBStats
- public class SessionBeanStatsImpl
- extends EJBStatsImpl
- implements SessionBeanStats
See Also:
Field Summary
Fields inherited from class com.ibm.websphere.pmi.stat.EJBStatsImpl |
---|
ACTIVATIONS, ACTIVES, AVERAGE_SERVER_SESSION_WAIT_TIME, CREATE_RT, CREATES, DESTROYS, DRAIN_SIZE, DRAINS_FROM_POOL, GETS_FOUND, GETS_FROM_POOL, INSTANTIATES, LIVES, LOADS, MESSAGE_BACKOUT, MESSAGE_DELIVERED, METHOD_CALLS, METHOD_LOAD, METHOD_READY_COUNT, METHOD_RT, PASSIVATION_COUNT, PASSIVATIONS, POOL_SIZE, REMOVE_RT, REMOVES, RETURNS_DISCARDED, RETURNS_TO_POOL, SERVER_SESSION_USAGE, STORES |
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 |
---|
SessionBeanStatsImpl(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 |
---|---|
getMethodReadyCount()
Deprecated.
|
Methods inherited from class com.ibm.websphere.pmi.stat.EJBStatsImpl |
---|
getCreateCount, getRemoveCount, getStatsType |
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.EJBStats |
---|
getCreateCount, getRemoveCount |
Methods inherited from interface com.ibm.websphere.management.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Constructor Detail
SessionBeanStatsImpl
- public SessionBeanStatsImpl(java.lang.String name,
- int type,
- int level,
- java.util.ArrayList dataMembers,
- java.util.ArrayList subCollections)
Deprecated.
Method Detail
getMethodReadyCount
- public RangeStatistic getMethodReadyCount( )
Deprecated.
Specified by:
getMethodReadyCount
in interface SessionBeanStats