|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSWebAppStats
WebSphere Web Application stats interface.
Web application stats are structured as follows in the PMI tree:
<server>
|
|__Web Applications+
|
|__<web_application_1>
|
|__Servlets+
|
|__<servlet_1>
|__<jsp_1>
+ 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"});
Nested Class Summary | |
---|---|
static interface |
WSWebAppStats.ServletStats
WebSphere Servlet stats interface |
Field Summary | |
---|---|
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). |
Field Detail |
---|
static final java.lang.String NAME
<server>
|
|__Web Applications+
static final int LoadedServletCount
static final int ReloadCount
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |