Uses of Class
it.jnrpe.events.LogEvent

Packages that use LogEvent
it.jnrpe.events This package contains all the classes required to give plugins the ability to send events. 
it.jnrpe.plugins This package contains all the classes regarding the plugin management/creation. 
 

Uses of LogEvent in it.jnrpe.events
 

Methods in it.jnrpe.events that return LogEvent
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.
 

Methods in it.jnrpe.events with parameters of type LogEvent
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(JNRPEExecutionContext context, Object sender, LogEvent evt, String message)
           
static void EventsUtil.sendEvent(JNRPEExecutionContext context, Object sender, LogEvent evt, String message, Throwable exception)
           
 

Uses of LogEvent in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins with parameters of type LogEvent
 void PluginBase.sendEvent(LogEvent evt, String message)
          Sends an event.
 void PluginBase.sendEvent(LogEvent evt, String message, Exception exc)
          Sends an event.
 



Copyright © 2014. All Rights Reserved.