Package com.tibco.tibjms.admin
Class DetailedDestStat
- java.lang.Object
- 
- com.tibco.tibjms.admin.DetailedDestStat
 
- 
 public class DetailedDestStat extends java.lang.ObjectThis 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetailedDestStatfrom(javax.management.openmbean.CompositeData cd)For Internal use only, may be removed or deprecated in future.java.lang.StringgetDestinationName()Returns the name of the destination.intgetDestinationType()Returns the type of the destination.StatDatagetInboundStatData()Returns inbound statistics for this bidirectional destination.StatDatagetOutboundStatData()Returns outbound statistics for this bidirectional destination.StatDatagetStatData()Returns statistics if this is unidirectional destination statistics.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getDestinationTypepublic int getDestinationType() Returns the type of the destination.- Returns:
- destination type.
 
 - 
getDestinationNamepublic java.lang.String getDestinationName() Returns the name of the destination.- Returns:
- destination name.
 
 - 
getStatDatapublic StatData getStatData() Returns statistics if this is unidirectional destination statistics. Unidirectional destinations are those collected for producers and consumers.- Returns:
- the statistics data.
 
 - 
getInboundStatDatapublic StatData getInboundStatData() Returns inbound statistics for this bidirectional destination. Bidirectional destinations are those collected for routes.- Returns:
- the inbound statistics data.
 
 - 
getOutboundStatDatapublic StatData getOutboundStatData() Returns outbound statistics for this bidirectional destination. Bidirectional destinations are those collected for routes.- Returns:
- the outbound statistics data.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
frompublic static DetailedDestStat from(javax.management.openmbean.CompositeData cd) throws java.lang.Exception For Internal use only, may be removed or deprecated in future.- Returns:
- a DetailedDestStat object from CompositeData
- Throws:
- java.lang.IllegalArgumentException- if CompositeType does not match or if a null CompositeData is passed.
- java.lang.Exception
 
 
- 
 
-