|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPluginInterface | |
---|---|
it.jnrpe.plugins | This package contains all the classes regarding the plugin management/creation. |
Uses of IPluginInterface in it.jnrpe.plugins |
---|
Subinterfaces of IPluginInterface in it.jnrpe.plugins | |
---|---|
interface |
IPluginInterfaceEx
This interface must be implemented by all the plugins that needs to send events that must be intercepted by the JNRPE Server. |
Classes in it.jnrpe.plugins that implement IPluginInterface | |
---|---|
class |
PluginBase
This class facilitates the implementation of plugins. |
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 name)
Returns the implementation of the plugin identified by the given name. |
IPluginInterface |
IPluginRepository.getPlugin(String name)
Returns an instance of the plugin declared inside the plugin definition. |
Constructors in it.jnrpe.plugins with parameters of type IPluginInterface | |
---|---|
PluginDefinition(String pluginName,
String pluginDescription,
IPluginInterface pluginInstance)
Initializes the plugin definition specifying a plugin instance. |
|
PluginProxy(IPluginInterface plugin,
PluginDefinition pluginDef)
Instantiate a new plugin proxy. |
Constructor parameters in it.jnrpe.plugins with type arguments of type IPluginInterface | |
---|---|
PluginDefinition(String pluginName,
String pluginDescription,
Class<? extends IPluginInterface> pluginClazz)
Initializes the plugin definition specifying the Class object that represent the plugin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |