public final class ConfiguredObjectMethodStatistic<C extends ConfiguredObject,T extends Number> extends Object implements ConfiguredObjectStatistic<C,T>
Modifier and Type | Method and Description |
---|---|
org.apache.qpid.server.model.AttributeValueConverter<T> |
getConverter() |
String |
getDescription() |
Type |
getGenericType() |
Method |
getGetter() |
String |
getLabel() |
String |
getName() |
StatisticType |
getStatisticType() |
Class<T> |
getType() |
StatisticUnit |
getUnits() |
T |
getValue(C configuredObject) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConverter, getGenericType, getName, getType, getValue
public String getDescription()
getDescription
in interface ConfiguredObjectStatistic<C extends ConfiguredObject,T extends Number>
public StatisticUnit getUnits()
getUnits
in interface ConfiguredObjectStatistic<C extends ConfiguredObject,T extends Number>
public StatisticType getStatisticType()
getStatisticType
in interface ConfiguredObjectStatistic<C extends ConfiguredObject,T extends Number>
public String getLabel()
getLabel
in interface ConfiguredObjectStatistic<C extends ConfiguredObject,T extends Number>
public String getName()
getName
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public Class<T> getType()
getType
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public Type getGenericType()
getGenericType
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public T getValue(C configuredObject)
getValue
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public Method getGetter()
public org.apache.qpid.server.model.AttributeValueConverter<T> getConverter()
getConverter
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.