IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSWebServiceGatewayStats


public interface WSWebServiceGatewayStats

WebSphere WebService Gateway Stats interface.


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

Field Detail

NAME

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

<server>
|
|__Web services Gateway

See Also:
Constant Field Values

SynchronousRequestCount

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

See Also:
Constant Field Values

SynchronousResponseCount

static final int SynchronousResponseCount
Total of synchronous responses that were made (CountStatistic).

See Also:
Constant Field Values

AsynchronousRequestCount

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

See Also:
Constant Field Values

AsynchronousResponseCount

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

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7