Uses of Class
it.jnrpe.utils.thresholds.Prefixes

Packages that use Prefixes
it.jnrpe.utils.thresholds This package contains all the classes used to parse and manage new thresholds format according to the Nagios specification RFC (http://nagiosplugins.org/rfc/new_threshold_syntax). 
 

Uses of Prefixes in it.jnrpe.utils.thresholds
 

Methods in it.jnrpe.utils.thresholds that return Prefixes
static Prefixes Prefixes.fromChar(char prefixChar)
          Creates the enumeration from its prefix string.
static Prefixes Prefixes.fromString(String prefixString)
          Returns the enumeration relative to the passed in prefix or string.
static Prefixes Prefixes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Prefixes[] Prefixes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.jnrpe.utils.thresholds with parameters of type Prefixes
 boolean LegacyRange.isValueInside(BigDecimal value, Prefixes prefix)
          Returns true if the value falls inside the range.
 



Copyright © 2014. All Rights Reserved.