|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReturnValue.UnitOfMeasure | |
|---|---|
| it.jnrpe | This package contains the JNRPE engine. |
| Uses of ReturnValue.UnitOfMeasure in it.jnrpe |
|---|
| Methods in it.jnrpe that return ReturnValue.UnitOfMeasure | |
|---|---|
static ReturnValue.UnitOfMeasure |
ReturnValue.UnitOfMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReturnValue.UnitOfMeasure[] |
ReturnValue.UnitOfMeasure.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in it.jnrpe with parameters of type ReturnValue.UnitOfMeasure | |
|---|---|
ReturnValue |
ReturnValue.withPerformanceData(String sLabel,
BigDecimal value,
ReturnValue.UnitOfMeasure uom,
String sWarningRange,
String sCriticalRange,
BigDecimal minimumValue,
BigDecimal maximumValue)
Adds performance data to the plugin result. |
ReturnValue |
ReturnValue.withPerformanceData(String sLabel,
Long value,
ReturnValue.UnitOfMeasure uom,
String sWarningRange,
String sCriticalRange,
Long minimumValue,
Long maximumValue)
Adds performance data to the plugin result. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||