Uses of Interface
it.jnrpe.plugins.IPluginInterface

Packages that use IPluginInterface
it.jnrpe.plugins   
 

Uses of IPluginInterface in it.jnrpe.plugins
 

Classes in it.jnrpe.plugins that implement IPluginInterface
 class PluginProxy
          This class was intended to abstract the kind of plugin to execute.
 

Methods in it.jnrpe.plugins that return IPluginInterface
 IPluginInterface PluginRepository.getPlugin(String sName)
           
 

Constructors in it.jnrpe.plugins with parameters of type IPluginInterface
PluginDefinition(String sName, String sDescription, IPluginInterface pluginInterface)
          Initializes the plugin definition specifying a plugin instance.
PluginProxy(IPluginInterface plugin, PluginDefinition pluginDef)
           
 

Constructor parameters in it.jnrpe.plugins with type arguments of type IPluginInterface
PluginDefinition(String sName, String sDescription, Class<? extends IPluginInterface> pluginClass)
          Initializes the plugin definition specifying the Class object that represent the plugin.
 



Copyright © 2011. All Rights Reserved.