Package | Description |
---|---|
org.apache.qpid.server.model |
Modifier and Type | Method and Description |
---|---|
StatisticUnit |
ConfiguredObjectMethodStatistic.getUnits() |
StatisticUnit |
ConfiguredObjectStatistic.getUnits() |
StatisticUnit |
ConfiguredObjectInjectedStatistic.getUnits() |
static StatisticUnit |
StatisticUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticUnit[] |
StatisticUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConfiguredObjectInjectedStatistic(String name,
Method method,
Object[] staticParams,
String description,
InjectedAttributeStatisticOrOperation.TypeValidator typeValidator,
StatisticUnit units,
StatisticType type,
String label) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.