TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
This class represents statistical data about another object (Topic, Queue etc). More...
Properties | |
long | TotalMessages [get] |
Get the value for the total number of messages. More... | |
long | TotalBytes [get] |
Get the value for the total size of messages. More... | |
long | MessageRate [get] |
Get the value for the number of messages per second. More... | |
long | ByteRate [get] |
Get the value for the rate of bytes per second. More... | |
This class represents statistical data about another object (Topic, Queue etc).
Statistical data contains the total number of messages and their cumulative size. Optionally it provides message rates as number of messages per second and number of bytes per second. Whether or not rate information is available is controlled by the server configuration. If rate collection is turned off, all rate numbers are set to 0. However in those cases the application can calculate the rates based on the absolute numbers taken at periodic intervals.
|
get |
Get the value for the rate of bytes per second.
|
get |
Get the value for the number of messages per second.
|
get |
Get the value for the total size of messages.
|
get |
Get the value for the total number of messages.