it.jnrpe.plugins
Interface IPluginInterface

All Known Subinterfaces:
IPluginInterfaceEx
All Known Implementing Classes:
PluginBase, PluginProxy

public interface IPluginInterface

This is the interface that all the JAVA plugins must implement.

Author:
Massimiliano Ziccardi

Method Summary
 ReturnValue execute(ICommandLine cl)
          Executes the plugin.
 

Method Detail

execute

ReturnValue execute(ICommandLine cl)
                    throws BadThresholdException
Executes the plugin.

Parameters:
cl - The parsified command line arguments
Returns:
The result of the plugin
Throws:
BadThresholdException - -


Copyright © 2014. All Rights Reserved.