TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
This class represents detailed destination statistics about another object (Topic, Queue etc). More...
Public Member Functions | |
override string | ToString () |
Returns a String that represents the current Object More... | |
Properties | |
DestinationType | DestinationType [get] |
Returns the type of the destination. More... | |
string | DestinationName [get] |
Returns the name of the destination. More... | |
StatData | StatData [get] |
Returns statistics if this is unidirectional destination statistics. More... | |
StatData | InboundStatData [get] |
Returns inbound statistics for this bidirectional destination. More... | |
StatData | OutboundStatData [get] |
Returns outbound statistics for this bidirectional destination. More... | |
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.
|
inline |
Returns a String that represents the current Object
|
get |
Returns the name of the destination.
|
get |
Returns the type of the destination.
|
get |
Returns inbound statistics for this bidirectional destination.
Bidirectional destinations are those collected for routes.
|
get |
Returns outbound statistics for this bidirectional destination.
Bidirectional destinations are those collected for routes.
|
get |
Returns statistics if this is unidirectional destination statistics.
Unidirectional destinations are those collected for producers and consumers.