Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ReturnValue |
CommandInvoker.invoke(CommandDefinition cd,
String[] args)
This method executes external commands (plugins) The methods also expands
the $ARG?$ macros.
|
ReturnValue |
CommandInvoker.invoke(String sCommandName,
String[] args)
This method executes built in commands or builds a CommandDefinition to.
|
Modifier and Type | Method and Description |
---|---|
ReturnValue |
IPluginInterface.execute(ICommandLine cl)
Executes the plugin.
|
ReturnValue |
PluginProxy.execute(ICommandLine cl)
Not used.
|
ReturnValue |
PluginProxy.execute(String[] args)
Executes the proxied plugin passing the received arguments as parameters.
|
Copyright © 2013. All Rights Reserved.