|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSWebServiceStats
WebSphere Web service Stats interface.
Web service stats are structured as follows in the PMI tree:
<server>
|
|__Web services+
|
|__<webService_application_1>
|
|__Services+
|
|__<service_1>
|__<service_2>
+ indicates logical group
StatDescriptor
is used to locate and access particular Stats in the PMI tree.
Example:
new StatDescriptor (new String[] {WSWebServiceStats.NAME});
new StatDescriptor (new String[] {WSWebServiceStats.NAME, "webService_application_1", WSWebServiceStats.ServiceStats.NAME, "service_1"});
Nested Class Summary | |
---|---|
static interface |
WSWebServiceStats.ServiceStats
Web service stats |
Field Summary | |
---|---|
static int |
LoadedWebServiceCount
Total number of Web services loaded by Application Server (CountStatistic). |
static java.lang.String |
NAME
Stats name of the top level Web services logical group in PMI tree. |
Field Detail |
---|
static final java.lang.String NAME
<server>
|
|__Web services+
static final int LoadedWebServiceCount
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |