public interface WSWebAppStats
+ indicates logical group
StatDescriptor
is used to locate and access particular Stats in the PMI tree.
Example:
new StatDescriptor (new String[] {WSWebAppStats.NAME});
new StatDescriptor (new String[] {WSWebAppStats.NAME, "web_application_1"});
Modifier and Type | Interface and Description |
---|---|
static interface |
WSWebAppStats.ServletStats
WebSphere Servlet stats interface
|
Modifier and Type | Field and Description |
---|---|
static int |
LoadedServletCount
Number of servlets that were loaded (CountStatistic).
|
static java.lang.String |
NAME
Stats name of the top-level Web applications logical group in PMI tree.
|
static int |
ReloadCount
Number of servlets that were reloaded (CountStatistic).
|
static final java.lang.String NAME
<server>
|
|__Web Applications+
static final int LoadedServletCount
static final int ReloadCount