|
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.DetailedDestStat
This class represents detailed destination statistics about another object (Topic, Queue etc). Detailed statistics is optionally collected by the server for wildcarded consumers, unidentified producers and routes.
Method Summary | |
java.lang.String |
getDestinationName()
Returns the name of the destination. |
int |
getDestinationType()
Returns the type of the destination. |
StatData |
getInboundStatData()
Returns inbound statistics for this bidirectional destination. |
StatData |
getOutboundStatData()
Returns outbound statistics for this bidirectional destination. |
StatData |
getStatData()
Returns statistics if this is unidirectional destination statistics. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getDestinationType()
public java.lang.String getDestinationName()
public StatData getStatData()
public StatData getInboundStatData()
public StatData getOutboundStatData()
public java.lang.String toString()
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |