Uses of Class
it.jnrpe.utils.BadThresholdException

Packages that use BadThresholdException
it.jnrpe.plugins This package contains the low level object that implements the NRPE protocol. 
it.jnrpe.utils In this package you'll find all the classes you need to interact to to create plugins. 
 

Uses of BadThresholdException in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that throw BadThresholdException
 ReturnValue IPluginInterface.execute(ICommandLine cl)
          Executes the plugin.
 ReturnValue PluginProxy.execute(String[] args)
          Executes the proxied plugin passing the received arguments as parameters.
 

Uses of BadThresholdException in it.jnrpe.utils
 

Methods in it.jnrpe.utils that throw BadThresholdException
static boolean ThresholdUtil.isValueInRange(String sRange, BigDecimal value)
          Returns true if the value dalue falls into the range sRange.
static boolean ThresholdUtil.isValueInRange(String sRange, int iValue)
          Returns true if the value iValue falls into the range sRange.
 



Copyright © 2013. All Rights Reserved.