com.ibm.websphere.pmi.stat
Interface WSEJBStats.MethodStats
Enclosing interface:
- public static interface WSEJBStats.MethodStats
Field Summary
Modifier and Type | Field and Description |
---|---|
|
MethodLevelCallCount
Number of calls to an individual bean method (home, remote, local) (CountStatistic).
|
|
MethodLevelConcurrentInvocations
Number of concurrent invocations to an individual bean method (RangeStatistic).
|
|
MethodLevelResponseTime
Average response time in milliseconds on the individual bean method (home, remote, local) (TimeStatistic).
|
|
NAME
Stats name of the Enterprise Beans methods logical group in PMI tree.
|
Field Detail
NAME
- static final java.lang.String NAME
See Also:
MethodLevelCallCount
- static final int MethodLevelCallCount
Number of calls to an individual bean method (home, remote, local) (CountStatistic).
See Also:
MethodLevelResponseTime
- static final int MethodLevelResponseTime
Average response time in milliseconds on the individual bean method (home, remote, local) (TimeStatistic).
See Also:
MethodLevelConcurrentInvocations
- static final int MethodLevelConcurrentInvocations
Number of concurrent invocations to an individual bean method (RangeStatistic).
See Also:
<server>
|
|__Enterprise Beans+
|
|__<appName#ejb.jar>
|
|__Stateless Session Bean+
|
|__<stateless_EJB1>
|__Methods+