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)
Executes the plugin.

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


Copyright © 2012. All Rights Reserved.