|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJNRPEEventListener | |
---|---|
it.jnrpe | This package contains the JNRPE engine. |
it.jnrpe.commands | This package contains all the classes reguarding the commands management. |
it.jnrpe.events | This package contains all the classes required to give plugins the ability to send events. |
it.jnrpe.net | This package contains all the classes regarding the network protocol. |
it.jnrpe.plugins | This package contains all the classes regarding the plugin management/creation. |
Uses of IJNRPEEventListener in it.jnrpe |
---|
Methods in it.jnrpe that return types with arguments of type IJNRPEEventListener | |
---|---|
Collection<IJNRPEEventListener> |
JNRPEExecutionContext.getListeners()
|
Methods in it.jnrpe with parameters of type IJNRPEEventListener | |
---|---|
void |
JNRPE.addEventListener(IJNRPEEventListener listener)
Deprecated. The JNRPE object will become immutable as of version 2.0.5. Use JNRPEBuilder instead |
JNRPEBuilder |
JNRPEBuilder.withListener(IJNRPEEventListener listener)
Adds a listener to the list of event listener. |
Uses of IJNRPEEventListener in it.jnrpe.commands |
---|
Constructor parameters in it.jnrpe.commands with type arguments of type IJNRPEEventListener | |
---|---|
CommandInvoker(IPluginRepository pluginRepo,
CommandRepository commandRepo,
boolean acceptParams,
Collection<IJNRPEEventListener> listeners)
Builds and initializes the CommandInvoker object. |
Uses of IJNRPEEventListener in it.jnrpe.events |
---|
Method parameters in it.jnrpe.events with type arguments of type IJNRPEEventListener | |
---|---|
static void |
EventsUtil.sendEvent(Collection<IJNRPEEventListener> listenersList,
Object sender,
LogEvent evt,
String message)
This method sends log events to the registered listeners. |
static void |
EventsUtil.sendEvent(Collection<IJNRPEEventListener> listenerList,
Object sender,
LogEvent evt,
String message,
Throwable exception)
This method sends log events to the registered listeners. |
static void |
EventsUtil.sendEvent(Collection<IJNRPEEventListener> listenerList,
Object sender,
String customEvtType,
EventParam... paramsList)
This method is used to send custom events to the registered listeners. |
Uses of IJNRPEEventListener in it.jnrpe.net |
---|
Constructor parameters in it.jnrpe.net with type arguments of type IJNRPEEventListener | |
---|---|
JNRPEServerHandler(CommandInvoker invoker,
Collection<IJNRPEEventListener> eventListeners)
Constructor. |
Uses of IJNRPEEventListener in it.jnrpe.plugins |
---|
Methods in it.jnrpe.plugins with parameters of type IJNRPEEventListener | |
---|---|
void |
PluginBase.addListener(IJNRPEEventListener listener)
Adds a new listener to the list of objects that will receive the messages sent by this class. |
void |
IPluginInterfaceEx.addListener(IJNRPEEventListener listener)
Adds a new listener to the list of objects that will receive the messages sent by this class. |
Method parameters in it.jnrpe.plugins with type arguments of type IJNRPEEventListener | |
---|---|
void |
PluginBase.addListeners(Collection<IJNRPEEventListener> listeners)
Adds a new collection of listeners. |
void |
IPluginInterfaceEx.addListeners(Collection<IJNRPEEventListener> listeners)
Adds a whole collection of listeners to the plugin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |