Uses of Class
it.jnrpe.events.LogEvent

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

Uses of LogEvent in it.jnrpe.plugins
 

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