public class DetailedDestStat
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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() |
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
Copyright © Cloud Software Group, Inc. All rights reserved