|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.DetailedDestStat
public class DetailedDestStat
This class represents detailed destination statistics about another object (Topic, Queue etc). Detailed statistics are optionally collected by the server for wildcarded consumers, unidentified producers and routes.
Method Summary | |
---|---|
static DetailedDestStat |
from(javax.management.openmbean.CompositeData cd)
For Internal use only, may be removed or deprecated in future. |
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()
toString
in class java.lang.Object
public static DetailedDestStat from(javax.management.openmbean.CompositeData cd) throws java.lang.Exception
java.lang.IllegalArgumentException
- if CompositeType does not match
or if a null CompositeData is passed.
java.lang.Exception
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |