| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
EventExceptionParam
This object represent an 'EXCEPTION' parameter.
|
class |
EventMessageParam
This object represent an event 'MESSAGE' parameter.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
PluginBase.sendEvent(String sCustomEvent,
EventParam... vParams)
Sends a custom event.
|
Copyright © 2013. All Rights Reserved.