Package | Description |
---|---|
it.jnrpe.plugins |
This package contains the low level object that implements the NRPE protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginInterfaceEx
This interface must be implemented by all the plugins that needs to send
events that must be intercepted by the JNRPE Server.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginBase
If your plugin needs to send events and you don't mind extending this class,
you can save some coding using this as a base.
|
class |
PluginProxy
This class was intended to abstract the kind of plugin to execute.
|
Modifier and Type | Method and Description |
---|---|
IPluginInterface |
PluginRepository.getPlugin(String sName)
Returns an instance of the plugin declared inside the plugin definition.
|
Constructor and Description |
---|
PluginDefinition(String sName,
String sDescription,
IPluginInterface pluginInterface)
Initializes the plugin definition specifying a plugin instance.
|
PluginProxy(IPluginInterface plugin,
PluginDefinition pluginDef)
Instantiate a new plugin proxy.
|
Constructor and Description |
---|
PluginDefinition(String sName,
String sDescription,
Class<? extends IPluginInterface> pluginClass)
Initializes the plugin definition specifying the Class object that.
|
Copyright © 2013. All Rights Reserved.