com.ibm.websphere.pmi.stat
Interface WSWebServiceStats
- public interface WSWebServiceStats
<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:
- StatDescriptor that represents the Web service logical group:
new StatDescriptor (new String[] {WSWebServiceStats.NAME});
- StatDescriptor that represents the service <server_A> in Web service application <webService_application_1>:
new StatDescriptor (new String[] {WSWebServiceStats.NAME, "webService_application_1", WSWebServiceStats.ServiceStats.NAME, "service_1"});
Nested Class Summary
Modifier and Type | Interface and Description |
---|---|
|
WSWebServiceStats.ServiceStats
Web service stats
|
Field Summary
Modifier and Type | Field and Description |
---|---|
|
LoadedWebServiceCount
Total number of Web services loaded by Application Server (CountStatistic).
|
|
NAME
Stats name of the top level Web services logical group in PMI tree.
|
Field Detail
NAME
- static final java.lang.String NAME
See Also:
LoadedWebServiceCount
- static final int LoadedWebServiceCount
Total number of Web services loaded by Application Server (CountStatistic).
See Also:
<server>
|
|__Web services+