|
EpcTools
An event based multi-threaded C++ development framework.
|
Contains the statistics for an individual message. More...
#include <estats.h>
Public Member Functions | |
| MessageStats (EStatistics::MessageId id, cpStr name) | |
| MessageStats (EStatistics::MessageId id, const EString &name) | |
| MessageStats (const MessageStats &m) | |
| Void | reset () |
| EStatistics::MessageId | getId () |
| const EString & | getName () |
| UInt | getRequestSentErrors () |
| Retrieves the request send errors for this message. More... | |
| UInt | getRequestReceivedErrors () |
| Retrieves the request receive errors for this message. More... | |
| UInt | getRequestSentOk () |
| Retrieves the request send successes for this message. More... | |
| UInt | getRequestReceivedOk () |
| Retrieves the request received successes for this message. More... | |
| UInt | getResponseSentErrors () |
| Retrieves the response send errors for this message. More... | |
| UInt | getResponseReceivedErrors () |
| Retrieves the response receive errors for this message. More... | |
| UInt | getResponseSentOkAccepted () |
| Retrieves the response send successes that were accepted for this message. More... | |
| UInt | getResponseSentOkRejected () |
| Retrieves the response send successes that were rejected for this message. More... | |
| UInt | getResponseReceivedOkAccepted () |
| Retrieves the response receive successes that were accepted for this message. More... | |
| UInt | getResponseReceivedOkRejected () |
| Retrieves the response receive successes that were rejected for this message. More... | |
| UInt | incRequestSentErrors () |
| Increments the request send errors for this message. More... | |
| UInt | incRequestReceivedErrors () |
| Increments the request receive errors for this message. More... | |
| UInt | incRequestSentOk () |
| Increments the request send successes for this message. More... | |
| UInt | incRequestReceivedOk () |
| Increments the request received successes for this message. More... | |
| UInt | incResponseSentErrors () |
| Increments the response send errors for this message. More... | |
| UInt | incResponseReceivedErrors () |
| Increments the response receive errors for this message. More... | |
| UInt | incResponseSentOkAccepted () |
| Increments the response send successes that were accepted for this message. More... | |
| UInt | incResponseSentOkRejected () |
| Increments the response send successes that were rejected for this message. More... | |
| UInt | incResponseReceivedOkAccepted () |
| Increments the response receive successes that were accepted for this message. More... | |
| UInt | incResponseReceivedOkRejected () |
| Increments the response receive successes that were rejected for this message. More... | |
Contains the statistics for an individual message.
| EStatistics::MessageStats::MessageStats | ( | EStatistics::MessageId | id, |
| cpStr | name | ||
| ) |
| EStatistics::MessageStats::MessageStats | ( | EStatistics::MessageId | id, |
| const EString & | name | ||
| ) |
| EStatistics::MessageStats::MessageStats | ( | const MessageStats & | m | ) |
|
inline |
|
inline |
|
inline |
Retrieves the request receive errors for this message.
|
inline |
Retrieves the request received successes for this message.
|
inline |
Retrieves the request send errors for this message.
|
inline |
Retrieves the request send successes for this message.
|
inline |
Retrieves the response receive errors for this message.
|
inline |
Retrieves the response receive successes that were accepted for this message.
|
inline |
Retrieves the response receive successes that were rejected for this message.
|
inline |
Retrieves the response send errors for this message.
|
inline |
Retrieves the response send successes that were accepted for this message.
|
inline |
Retrieves the response send successes that were rejected for this message.
|
inline |
Increments the request receive errors for this message.
|
inline |
Increments the request received successes for this message.
|
inline |
Increments the request send errors for this message.
|
inline |
Increments the request send successes for this message.
|
inline |
Increments the response receive errors for this message.
|
inline |
Increments the response receive successes that were accepted for this message.
|
inline |
Increments the response receive successes that were rejected for this message.
|
inline |
Increments the response send errors for this message.
|
inline |
Increments the response send successes that were accepted for this message.
|
inline |
Increments the response send successes that were rejected for this message.
| Void EStatistics::MessageStats::reset | ( | ) |
1.8.16