com.ibm.websphere.pmi.stat

Class EJBStatsImpl

  1. java.lang.Object
  2. extended bycom.ibm.websphere.pmi.stat.StatsImpl
  3. extended bycom.ibm.websphere.pmi.stat.EJBStatsImpl
All implemented interfaces:
EJBStats, Stats, PmiConstants, com.ibm.ws.pmi.wire.WpdCollection, java.io.Serializable
Direct known subclasses:
EntityBeanStatsImpl, MessageBeanStatsImpl, SessionBeanStatsImpl

Deprecated. As of 6.0, replaced with WSEJBStats
  1. public class EJBStatsImpl
  2. extends StatsImpl
  3. implements EJBStats
Implements WebSphere 5.0 EJBStats interface
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ACTIVATIONS
Deprecated.
  1. static
  2. int
ACTIVES
Deprecated.
  1. static
  2. int
AVERAGE_SERVER_SESSION_WAIT_TIME
Deprecated.
  1. static
  2. int
CREATE_RT
Deprecated.
  1. static
  2. int
CREATES
Deprecated.
  1. static
  2. int
DESTROYS
Deprecated.
  1. static
  2. int
DRAIN_SIZE
Deprecated.
  1. static
  2. int
DRAINS_FROM_POOL
Deprecated.
  1. static
  2. int
GETS_FOUND
Deprecated.
  1. static
  2. int
GETS_FROM_POOL
Deprecated.
  1. static
  2. int
INSTANTIATES
Deprecated.
  1. static
  2. int
LIVES
Deprecated.
  1. static
  2. int
LOADS
Deprecated.
  1. static
  2. int
MESSAGE_BACKOUT
Deprecated.
  1. static
  2. int
MESSAGE_DELIVERED
Deprecated.
  1. static
  2. int
METHOD_CALLS
Deprecated.
  1. static
  2. int
METHOD_LOAD
Deprecated.
  1. static
  2. int
METHOD_READY_COUNT
Deprecated.
  1. static
  2. int
METHOD_RT
Deprecated.
  1. static
  2. int
PASSIVATION_COUNT
Deprecated.
  1. static
  2. int
PASSIVATIONS
Deprecated.
  1. static
  2. int
POOL_SIZE
Deprecated.
  1. static
  2. int
REMOVE_RT
Deprecated.
  1. static
  2. int
REMOVES
Deprecated.
  1. static
  2. int
RETURNS_DISCARDED
Deprecated.
  1. static
  2. int
RETURNS_TO_POOL
Deprecated.
  1. static
  2. int
SERVER_SESSION_USAGE
Deprecated.
  1. static
  2. int
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
Fields inherited from interface com.ibm.websphere.pmi.PmiConstants
AE_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 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
  1. CountStatistic
getCreateCount()
Deprecated.
  1. CountStatistic
getRemoveCount()
Deprecated.
  1. java.lang.String
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

  1. public static final int CREATES
Deprecated.
See Also:

REMOVES

  1. public static final int REMOVES
Deprecated.
See Also:

ACTIVATIONS

  1. public static final int ACTIVATIONS
Deprecated.
See Also:

PASSIVATIONS

  1. public static final int PASSIVATIONS
Deprecated.
See Also:

INSTANTIATES

  1. public static final int INSTANTIATES
Deprecated.
See Also:

DESTROYS

  1. public static final int DESTROYS
Deprecated.
See Also:

LOADS

  1. public static final int LOADS
Deprecated.
See Also:

STORES

  1. public static final int STORES
Deprecated.
See Also:

ACTIVES

  1. public static final int ACTIVES
Deprecated.
See Also:

LIVES

  1. public static final int LIVES
Deprecated.
See Also:

METHOD_CALLS

  1. public static final int METHOD_CALLS
Deprecated.
See Also:

METHOD_RT

  1. public static final int METHOD_RT
Deprecated.
See Also:

CREATE_RT

  1. public static final int CREATE_RT
Deprecated.
See Also:

REMOVE_RT

  1. public static final int REMOVE_RT
Deprecated.
See Also:

METHOD_LOAD

  1. public static final int METHOD_LOAD
Deprecated.
See Also:

GETS_FROM_POOL

  1. public static final int GETS_FROM_POOL
Deprecated.
See Also:

GETS_FOUND

  1. public static final int GETS_FOUND
Deprecated.
See Also:

RETURNS_TO_POOL

  1. public static final int RETURNS_TO_POOL
Deprecated.
See Also:

RETURNS_DISCARDED

  1. public static final int RETURNS_DISCARDED
Deprecated.
See Also:

DRAINS_FROM_POOL

  1. public static final int DRAINS_FROM_POOL
Deprecated.
See Also:

DRAIN_SIZE

  1. public static final int DRAIN_SIZE
Deprecated.
See Also:

POOL_SIZE

  1. public static final int POOL_SIZE
Deprecated.
See Also:

MESSAGE_DELIVERED

  1. public static final int MESSAGE_DELIVERED
Deprecated.
See Also:

MESSAGE_BACKOUT

  1. public static final int MESSAGE_BACKOUT
Deprecated.
See Also:

AVERAGE_SERVER_SESSION_WAIT_TIME

  1. public static final int AVERAGE_SERVER_SESSION_WAIT_TIME
Deprecated.
See Also:

SERVER_SESSION_USAGE

  1. public static final int SERVER_SESSION_USAGE
Deprecated.
See Also:

METHOD_READY_COUNT

  1. public static final int METHOD_READY_COUNT
Deprecated.
See Also:

PASSIVATION_COUNT

  1. public static final int PASSIVATION_COUNT
Deprecated.
See Also:

Constructor Detail

EJBStatsImpl

  1. public EJBStatsImpl(java.lang.String name,
  2. int type,
  3. int level,
  4. java.util.ArrayList dataMembers,
  5. java.util.ArrayList subCollections)
Deprecated.

Method Detail

getStatsType

  1. public java.lang.String getStatsType( )
Deprecated.
Overrides:
Returns:
Stats type. This type is used to bind the static information to the Stats

getCreateCount

  1. public CountStatistic getCreateCount( )
Deprecated.
Specified by:
getCreateCount in interface EJBStats

getRemoveCount

  1. public CountStatistic getRemoveCount( )
Deprecated.
Specified by:
getRemoveCount in interface EJBStats