com.ibm.websphere.pmi.stat

Interface WSEJBStats.MethodStats

Enclosing interface:
WSEJBStats

  1. public static interface WSEJBStats.MethodStats
WebSphere Enterprise Java Beans method level stats

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
MethodLevelCallCount
Number of calls to an individual bean method (home, remote, local) (CountStatistic).
  1. static
  2. int
MethodLevelConcurrentInvocations
Number of concurrent invocations to an individual bean method (RangeStatistic).
  1. static
  2. int
MethodLevelResponseTime
Average response time in milliseconds on the individual bean method (home, remote, local) (TimeStatistic).
  1. static
  2. java.lang.String
NAME
Stats name of the Enterprise Beans methods logical group in PMI tree.

Field Detail

NAME

  1. static final java.lang.String NAME
Stats name of the Enterprise Beans methods logical group in PMI tree.

<server>
|
|__Enterprise Beans+
  |
  |__<appName#ejb.jar>
    |
    |__Stateless Session Bean+
      |
      |__<stateless_EJB1>
        |__Methods+

See Also:

MethodLevelCallCount

  1. static final int MethodLevelCallCount
Number of calls to an individual bean method (home, remote, local) (CountStatistic).
See Also:

MethodLevelResponseTime

  1. static final int MethodLevelResponseTime
Average response time in milliseconds on the individual bean method (home, remote, local) (TimeStatistic).
See Also:

MethodLevelConcurrentInvocations

  1. static final int MethodLevelConcurrentInvocations
Number of concurrent invocations to an individual bean method (RangeStatistic).
See Also: