|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.StatData
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.
Method Summary | |
long |
getByteRate()
Get the value for the rate of bytes per second. |
long |
getMessageRate()
Get the value for the number of messages per second. |
long |
getTotalBytes()
Get the value for the total size of messages. |
long |
getTotalMessages()
Get the value for the total number of messages. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public long getTotalMessages()
public long getTotalBytes()
public long getMessageRate()
public long getByteRate()
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |