Uses of Interface
it.jnrpe.events.IJNRPEEventListener

Packages that use IJNRPEEventListener
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. 
 

Uses of IJNRPEEventListener in it.jnrpe
 

Methods in it.jnrpe with parameters of type IJNRPEEventListener
 void JNRPE.addEventListener(IJNRPEEventListener listener)
          Adds a new event listener.
 

Uses of IJNRPEEventListener in it.jnrpe.commands
 

Constructor parameters in it.jnrpe.commands with type arguments of type IJNRPEEventListener
CommandInvoker(PluginRepository pluginRepository, CommandRepository commandRepository, Set<IJNRPEEventListener> vListeners)
          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(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.
 

Uses of IJNRPEEventListener in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return types with arguments of type IJNRPEEventListener
protected  Set<IJNRPEEventListener> PluginBase.getListeners()
          Returns all the registered listeners.
 

Methods in it.jnrpe.plugins with parameters of type IJNRPEEventListener
 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.
 

Method parameters in it.jnrpe.plugins with type arguments of type IJNRPEEventListener
 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 © 2012. All Rights Reserved.