|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventParam | |
|---|---|
| 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. |
| Uses of EventParam in it.jnrpe.events |
|---|
| Subclasses of EventParam in it.jnrpe.events | |
|---|---|
class |
EventExceptionParam
This object represent an 'EXCEPTION' parameter. |
class |
EventMessageParam
This object represent an event 'MESSAGE' parameter. |
| Methods in it.jnrpe.events with parameters of type EventParam | |
|---|---|
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. |
| Uses of EventParam in it.jnrpe.plugins |
|---|
| Methods in it.jnrpe.plugins with parameters of type EventParam | |
|---|---|
void |
PluginBase.sendEvent(String sCustomEvent,
EventParam... vParams)
Sends a custom event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||