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 | Method and Description |
---|---|
static LogEvent |
LogEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEvent[] |
LogEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginBase.sendEvent(LogEvent evt,
String sMessage)
Sends an event.
|
void |
PluginBase.sendEvent(LogEvent evt,
String sMessage,
Exception exc)
Sends an event.
|
Copyright © 2013. All Rights Reserved.