com.ibm.websphere.pmi.stat

Interface WSWebServiceGatewayStats


  1. public interface WSWebServiceGatewayStats
WebSphere WebService Gateway Stats interface.

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
AsynchronousRequestCount
Total number of asynchronous requests that were made (CountStatistic).
  1. static
  2. int
AsynchronousResponseCount
The number of asynchronous responses that were made (CountStatistic).
  1. static
  2. java.lang.String
NAME
Stats name of the WebServices gateway stats in PMI tree.
  1. static
  2. int
SynchronousRequestCount
Total number of of synchronous requests that were made (CountStatistic).
  1. static
  2. int
SynchronousResponseCount
Total of synchronous responses that were made (CountStatistic).

Field Detail

NAME

  1. static final java.lang.String NAME
Stats name of the WebServices gateway stats in PMI tree.

<server>
|
|__Web services Gateway

See Also:

SynchronousRequestCount

  1. static final int SynchronousRequestCount
Total number of of synchronous requests that were made (CountStatistic).
See Also:

SynchronousResponseCount

  1. static final int SynchronousResponseCount
Total of synchronous responses that were made (CountStatistic).
See Also:

AsynchronousRequestCount

  1. static final int AsynchronousRequestCount
Total number of asynchronous requests that were made (CountStatistic).
See Also:

AsynchronousResponseCount

  1. static final int AsynchronousResponseCount
The number of asynchronous responses that were made (CountStatistic).
See Also: