Package | Description |
---|---|
it.jnrpe |
This package contains the JNRPE engine
|
it.jnrpe.commands |
This package contains the JNRPE engine.
|
it.jnrpe.events |
This package contains all the classes required to handle commands.
|
it.jnrpe.plugins |
This package contains the low level object that implements the NRPE protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
JNRPE.addEventListener(IJNRPEEventListener listener)
Adds a new event listener.
|
Constructor and Description |
---|
CommandInvoker(PluginRepository pluginRepository,
CommandRepository commandRepository,
Set<IJNRPEEventListener> vListeners)
Builds and initializes the
CommandInvoker object. |
Modifier and Type | Method and Description |
---|---|
static void |
EventsUtil.sendEvent(Set<IJNRPEEventListener> vListeners,
Object sender,
LogEvent evt,
String sMessage)
This method sends log events to the registered listeners.
|
static void |
EventsUtil.sendEvent(Set<IJNRPEEventListener> vListeners,
Object sender,
LogEvent evt,
String sMessage,
Throwable exception)
This method sends log events to the registered listeners.
|
static void |
EventsUtil.sendEvent(Set<IJNRPEEventListener> vListeners,
Object sender,
String sCustomEvtType,
EventParam... vParams)
This method is used to send custom events to the registered listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginInterfaceEx.addListener(IJNRPEEventListener listener)
Adds a new listener to the list of objects that will receive the messages
sent by this class.
|
void |
PluginBase.addListener(IJNRPEEventListener listener)
Adds a new listener to the list of objects that will receive the messages.
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginInterfaceEx.addListeners(Collection<IJNRPEEventListener> listeners)
Adds a whole collection of listeners to the plugin.
|
void |
PluginBase.addListeners(Collection<IJNRPEEventListener> listeners)
Adds a new collection of listeners.
|
Copyright © 2013. All Rights Reserved.