com.ibm.websphere.pmi.stat
Interface WSWebServiceGatewayStats
- public interface WSWebServiceGatewayStats
Field Summary
Modifier and Type | Field and Description |
---|---|
|
AsynchronousRequestCount
Total number of asynchronous requests that were made (CountStatistic).
|
|
AsynchronousResponseCount
The number of asynchronous responses that were made (CountStatistic).
|
|
NAME
Stats name of the WebServices gateway stats in PMI tree.
|
|
SynchronousRequestCount
Total number of of synchronous requests that were made (CountStatistic).
|
|
SynchronousResponseCount
Total of synchronous responses that were made (CountStatistic).
|
Field Detail
NAME
- static final java.lang.String NAME
See Also:
SynchronousRequestCount
- static final int SynchronousRequestCount
Total number of of synchronous requests that were made (CountStatistic).
See Also:
SynchronousResponseCount
- static final int SynchronousResponseCount
Total of synchronous responses that were made (CountStatistic).
See Also:
AsynchronousRequestCount
- static final int AsynchronousRequestCount
Total number of asynchronous requests that were made (CountStatistic).
See Also:
AsynchronousResponseCount
- static final int AsynchronousResponseCount
The number of asynchronous responses that were made (CountStatistic).
See Also:
<server>
|
|__Web services Gateway