Uses of Class
it.jnrpe.ReturnValue

Packages that use ReturnValue
it.jnrpe   
it.jnrpe.commands   
it.jnrpe.plugins   
 

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)
          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 execute external commands (plugins).
 

Uses of ReturnValue in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return ReturnValue
 ReturnValue PluginProxy.execute(ICommandLine cl)
           
 ReturnValue IPluginInterface.execute(ICommandLine cl)
          Executes the plugin
 ReturnValue PluginProxy.execute(String[] args)
           
 



Copyright © 2012. All Rights Reserved.