|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPluginInterface | |
|---|---|
| it.jnrpe.plugins | This package contains the low level object that implements the NRPE protocol. |
| 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
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. |
| Methods in it.jnrpe.plugins that return IPluginInterface | |
|---|---|
IPluginInterface |
PluginRepository.getPlugin(String sName)
Returns an instance of the plugin declared inside the plugin definition. |
| 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)
Instantiate a new plugin proxy. |
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||