com.ibm.websphere.pmi.stat
Class EJBStatsImpl
- java.lang.Object
com.ibm.websphere.pmi.stat.StatsImpl
com.ibm.websphere.pmi.stat.EJBStatsImpl
All implemented interfaces:
Direct known subclasses:
Deprecated. As of 6.0, replaced with
WSEJBStats
Implements WebSphere 5.0 EJBStats interface
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ACTIVATIONS
Deprecated.
|
|
ACTIVES
Deprecated.
|
|
AVERAGE_SERVER_SESSION_WAIT_TIME
Deprecated.
|
|
CREATE_RT
Deprecated.
|
|
CREATES
Deprecated.
|
|
DESTROYS
Deprecated.
|
|
DRAIN_SIZE
Deprecated.
|
|
DRAINS_FROM_POOL
Deprecated.
|
|
GETS_FOUND
Deprecated.
|
|
GETS_FROM_POOL
Deprecated.
|
|
INSTANTIATES
Deprecated.
|
|
LIVES
Deprecated.
|
|
LOADS
Deprecated.
|
|
MESSAGE_BACKOUT
Deprecated.
|
|
MESSAGE_DELIVERED
Deprecated.
|
|
METHOD_CALLS
Deprecated.
|
|
METHOD_LOAD
Deprecated.
|
|
METHOD_READY_COUNT
Deprecated.
|
|
METHOD_RT
Deprecated.
|
|
PASSIVATION_COUNT
Deprecated.
|
|
PASSIVATIONS
Deprecated.
|
|
POOL_SIZE
Deprecated.
|
|
REMOVE_RT
Deprecated.
|
|
REMOVES
Deprecated.
|
|
RETURNS_DISCARDED
Deprecated.
|
|
RETURNS_TO_POOL
Deprecated.
|
|
SERVER_SESSION_USAGE
Deprecated.
|
|
STORES
Deprecated.
|
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 |
---|
EJBStatsImpl(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 |
---|---|
getCreateCount()
Deprecated.
|
|
getRemoveCount()
Deprecated.
|
|
|
getStatsType()
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 |
Field Detail
CREATES
- public static final int CREATES
Deprecated.
See Also:
REMOVES
- public static final int REMOVES
Deprecated.
See Also:
ACTIVATIONS
- public static final int ACTIVATIONS
Deprecated.
See Also:
PASSIVATIONS
- public static final int PASSIVATIONS
Deprecated.
See Also:
INSTANTIATES
- public static final int INSTANTIATES
Deprecated.
See Also:
DESTROYS
- public static final int DESTROYS
Deprecated.
See Also:
LOADS
- public static final int LOADS
Deprecated.
See Also:
STORES
- public static final int STORES
Deprecated.
See Also:
ACTIVES
- public static final int ACTIVES
Deprecated.
See Also:
LIVES
- public static final int LIVES
Deprecated.
See Also:
METHOD_CALLS
- public static final int METHOD_CALLS
Deprecated.
See Also:
METHOD_RT
- public static final int METHOD_RT
Deprecated.
See Also:
CREATE_RT
- public static final int CREATE_RT
Deprecated.
See Also:
REMOVE_RT
- public static final int REMOVE_RT
Deprecated.
See Also:
METHOD_LOAD
- public static final int METHOD_LOAD
Deprecated.
See Also:
GETS_FROM_POOL
- public static final int GETS_FROM_POOL
Deprecated.
See Also:
GETS_FOUND
- public static final int GETS_FOUND
Deprecated.
See Also:
RETURNS_TO_POOL
- public static final int RETURNS_TO_POOL
Deprecated.
See Also:
RETURNS_DISCARDED
- public static final int RETURNS_DISCARDED
Deprecated.
See Also:
DRAINS_FROM_POOL
- public static final int DRAINS_FROM_POOL
Deprecated.
See Also:
DRAIN_SIZE
- public static final int DRAIN_SIZE
Deprecated.
See Also:
POOL_SIZE
- public static final int POOL_SIZE
Deprecated.
See Also:
MESSAGE_DELIVERED
- public static final int MESSAGE_DELIVERED
Deprecated.
See Also:
MESSAGE_BACKOUT
- public static final int MESSAGE_BACKOUT
Deprecated.
See Also:
AVERAGE_SERVER_SESSION_WAIT_TIME
- public static final int AVERAGE_SERVER_SESSION_WAIT_TIME
Deprecated.
See Also:
SERVER_SESSION_USAGE
- public static final int SERVER_SESSION_USAGE
Deprecated.
See Also:
METHOD_READY_COUNT
- public static final int METHOD_READY_COUNT
Deprecated.
See Also:
PASSIVATION_COUNT
- public static final int PASSIVATION_COUNT
Deprecated.
See Also:
Constructor Detail
EJBStatsImpl
- public EJBStatsImpl(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
getCreateCount
- public CountStatistic getCreateCount( )
Deprecated.
Specified by:
getCreateCount
in interface EJBStats
getRemoveCount
- public CountStatistic getRemoveCount( )
Deprecated.
Specified by:
getRemoveCount
in interface EJBStats