Uses of Class
it.jnrpe.ReturnValue.UnitOfMeasure

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 label, BigDecimal value, ReturnValue.UnitOfMeasure uom, String warningRange, String criticalRange, BigDecimal minimumValue, BigDecimal maximumValue)
          Adds performance data to the plugin result.
 ReturnValue ReturnValue.withPerformanceData(String label, Long value, ReturnValue.UnitOfMeasure uom, String warningRange, String criticalRange, Long minimumValue, Long maximumValue)
          Adds performance data to the plugin result.
 



Copyright © 2014. All Rights Reserved.