|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICommandLine | |
---|---|
it.jnrpe.plugins | This package contains all the classes regarding the plugin management/creation. |
Uses of ICommandLine in it.jnrpe.plugins |
---|
Methods in it.jnrpe.plugins with parameters of type ICommandLine | |
---|---|
void |
PluginBase.configureThresholdEvaluatorBuilder(ThresholdsEvaluatorBuilder thrb,
ICommandLine cl)
Override this method if you don't use the new threshold syntax. |
ReturnValue |
IPluginInterface.execute(ICommandLine cl)
Executes the plugin. |
ReturnValue |
PluginBase.execute(ICommandLine cl)
Executes the plugin. |
ReturnValue |
PluginProxy.execute(ICommandLine cl)
Not used. |
Collection<Metric> |
PluginBase.gatherMetrics(ICommandLine cl)
This method must be overridden if you don't override the PluginBase.execute(ICommandLine) method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |