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