Uses of Class
org.fusesource.insight.log.LogEvent

Packages that use LogEvent
org.fusesource.insight.log   
org.fusesource.insight.log.rest   
 

Uses of LogEvent in org.fusesource.insight.log
 

Methods in org.fusesource.insight.log that return LogEvent
static LogEvent LogEvent.toLogEvent(java.lang.Object element)
           
 

Methods in org.fusesource.insight.log that return types with arguments of type LogEvent
 java.util.List<LogEvent> LogResults.getEvents()
           
 

Methods in org.fusesource.insight.log with parameters of type LogEvent
 void LogResults.addEvent(LogEvent event)
           
 int LogEvent.compareTo(LogEvent that)
           
 

Method parameters in org.fusesource.insight.log with type arguments of type LogEvent
 void LogResults.setEvents(java.util.List<LogEvent> events)
           
 

Uses of LogEvent in org.fusesource.insight.log.rest
 

Methods in org.fusesource.insight.log.rest that return LogEvent
 LogEvent LogResponseHit.getEvent()
           
 

Methods in org.fusesource.insight.log.rest with parameters of type LogEvent
 void LogResponseHit.setEvent(LogEvent event)
           
 



Copyright © 2013 Red Hat. All Rights Reserved.