IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSWebServiceStats.ServiceStats

Enclosing interface:
WSWebServiceStats

public static interface WSWebServiceStats.ServiceStats

Web service stats


Field Summary
static int DispatchedRequestCount
          Total number of requests that are dispatched by service to target code (CountStatistic).
static int DispatchResponseTime
          The average time in between the dispatch of a request and the receipt of reply (TimeStatistic).
static java.lang.String NAME
          Stats name of the services logical group under a given Web service application.
static int PayloadSize
          The average payload size, in bytes, of a received request and reply (AverageStatistic).
static int ProcessedRequestCount
          Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic).
static int ReceivedRequestCount
          Total number of requests that are received by service (CountStatistic).
static int ReplyPayloadSize
          The average payload size, in bytes, of a reply (AverageStatistic).
static int ReplyResponseTime
          The average time between the dispatch of the reply and the return of the reply (TimeStatistic).
static int RequestPayloadSize
          The average payload size, in bytes, of a request (AverageStatistic).
static int RequestResponseTime
          The average time in between the receipt of a request and the dispatch for processing of the request (TimeStatistic).
static int ResponseTime
          The average time in between the receipt of a request and the return of the reply (TimeStatistic).
 

Field Detail

NAME

static final java.lang.String NAME
Stats name of the services logical group under a given Web service application.

<server>
|
|__Web services+
  |
  |__<webService_application_1>
    |
    |__Services+
      |__<service_1>

See Also:
Constant Field Values

ReceivedRequestCount

static final int ReceivedRequestCount
Total number of requests that are received by service (CountStatistic).

See Also:
Constant Field Values

DispatchedRequestCount

static final int DispatchedRequestCount
Total number of requests that are dispatched by service to target code (CountStatistic).

See Also:
Constant Field Values

ProcessedRequestCount

static final int ProcessedRequestCount
Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic).

See Also:
Constant Field Values

ResponseTime

static final int ResponseTime
The average time in between the receipt of a request and the return of the reply (TimeStatistic).

See Also:
Constant Field Values

RequestResponseTime

static final int RequestResponseTime
The average time in between the receipt of a request and the dispatch for processing of the request (TimeStatistic).

See Also:
Constant Field Values

DispatchResponseTime

static final int DispatchResponseTime
The average time in between the dispatch of a request and the receipt of reply (TimeStatistic).

See Also:
Constant Field Values

ReplyResponseTime

static final int ReplyResponseTime
The average time between the dispatch of the reply and the return of the reply (TimeStatistic).

See Also:
Constant Field Values

PayloadSize

static final int PayloadSize
The average payload size, in bytes, of a received request and reply (AverageStatistic).

See Also:
Constant Field Values

RequestPayloadSize

static final int RequestPayloadSize
The average payload size, in bytes, of a request (AverageStatistic).

See Also:
Constant Field Values

ReplyPayloadSize

static final int ReplyPayloadSize
The average payload size, in bytes, of a reply (AverageStatistic).

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7