Uses of Class
it.jnrpe.ReturnValue

Packages that use ReturnValue
it.jnrpe This package contains the JNRPE engine. 
it.jnrpe.commands This package contains all the classes reguarding the commands management. 
it.jnrpe.plugins This package contains all the classes regarding the plugin management/creation. 
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 ReturnValue in it.jnrpe
 

Methods in it.jnrpe that return ReturnValue
 ReturnValue ReturnValue.withMessage(String message)
          Sets the message and returns 'this' so that the calls can be cascaded.
 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, BigDecimal value, String unit, 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.
 ReturnValue ReturnValue.withReturnCode(int returnCode)
          Deprecated. Use withStatus(Status) instead.
 ReturnValue ReturnValue.withStatus(Status status)
          Sets the return code and returns 'this' so that the calls can be cascaded.
 

Uses of ReturnValue in it.jnrpe.commands
 

Methods in it.jnrpe.commands that return ReturnValue
 ReturnValue CommandInvoker.invoke(CommandDefinition cd, String[] argsAry)
          This method executes external commands (plugins) The methods also expands the $ARG?$ macros.
 ReturnValue CommandInvoker.invoke(String commandName, String[] argsAry)
          This method executes built in commands or builds a CommandDefinition to.
 

Uses of ReturnValue in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return ReturnValue
 ReturnValue IPluginInterface.execute(ICommandLine cl)
          Executes the plugin.
 ReturnValue PluginBase.execute(ICommandLine cl)
          Executes the plugin.
 ReturnValue PluginProxy.execute(ICommandLine cl)
          Not used.
 ReturnValue PluginProxy.execute(String[] argsAry)
          Executes the proxied plugin passing the received arguments as parameters.
 

Uses of ReturnValue in it.jnrpe.utils.thresholds
 

Methods in it.jnrpe.utils.thresholds that return ReturnValue
 ReturnValue ReturnValueBuilder.create()
          Builds the configured ReturnValue object.
 



Copyright © 2014. All Rights Reserved.