Uses of Class
it.jnrpe.plugins.PluginDefinition

Packages that use PluginDefinition
it.jnrpe.plugins This package contains the low level object that implements the NRPE protocol. 
 

Uses of PluginDefinition in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return PluginDefinition
 PluginDefinition PluginDefinition.addOption(PluginOption option)
          Adds a new option to the plugin.
 

Methods in it.jnrpe.plugins that return types with arguments of type PluginDefinition
 Collection<PluginDefinition> PluginRepository.getAllPlugins()
          Returns all the plugin definitions managed by this repository.
 

Methods in it.jnrpe.plugins with parameters of type PluginDefinition
 void PluginRepository.addPluginDefinition(PluginDefinition pluginDef)
          Adds a plugin definition to this repository.
 

Constructors in it.jnrpe.plugins with parameters of type PluginDefinition
PluginProxy(IPluginInterface plugin, PluginDefinition pluginDef)
          Instantiate a new plugin proxy.
 



Copyright © 2012. All Rights Reserved.