Uses of Class
it.jnrpe.ReturnValue

Packages that use ReturnValue
it.jnrpe This package contains the JNRPE engine 
it.jnrpe.commands This package contains the JNRPE engine. 
it.jnrpe.plugins This package contains the low level object that implements the NRPE protocol. 
 

Uses of ReturnValue in it.jnrpe
 

Methods in it.jnrpe that return ReturnValue
 ReturnValue ReturnValue.withMessage(String sMessage)
          Sets the message and returns 'this' so that the calls can be cascaded.
 ReturnValue ReturnValue.withReturnCode(int iReturnCode)
          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[] args)
          This method executes external commands (plugins) The methods also expands the $ARG?
 ReturnValue CommandInvoker.invoke(String sCommandName, String[] args)
          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 PluginProxy.execute(ICommandLine cl)
          Not used.
 ReturnValue IPluginInterface.execute(ICommandLine cl)
          Executes the plugin.
 ReturnValue PluginProxy.execute(String[] args)
          Executes the proxied plugin passing the received arguments as parameters.
 



Copyright © 2012. All Rights Reserved.