Uses of Class
com.mindtree.techworks.insight.spi.LogEvent

Packages that use LogEvent
com.mindtree.techworks.insight   
com.mindtree.techworks.insight.appender   
com.mindtree.techworks.insight.filter Provides Filter Capabilities to the loaded Log Events. 
com.mindtree.techworks.insight.gui   
com.mindtree.techworks.insight.model   
com.mindtree.techworks.insight.pagination   
com.mindtree.techworks.insight.receiver   
com.mindtree.techworks.insight.reporting.verifiers Provides a framework of Verifiers to be attached to any action being executed on the LogEventModel
 

Uses of LogEvent in com.mindtree.techworks.insight
 

Methods in com.mindtree.techworks.insight with parameters of type LogEvent
 void Controller.notifyLogEventOccurred(LogEvent event)
          Notifies this Controller that an event was processed by the Appender.
 

Uses of LogEvent in com.mindtree.techworks.insight.appender
 

Methods in com.mindtree.techworks.insight.appender with parameters of type LogEvent
 void ParsedEventAppender.appendEvent(LogEvent event)
          Appends the specified LogEvent.
 

Uses of LogEvent in com.mindtree.techworks.insight.filter
 

Methods in com.mindtree.techworks.insight.filter with parameters of type LogEvent
 void UniqueLogCriteria.add(LogEvent logEvent)
           
 boolean FilterCriteriaEvaluator.evaluate(LogEvent logEvent)
          Evaluates the expression against the passed log event.
 boolean CriterionEvaluatorImpl.eventMatchesCriterion(LogEvent event, FilterCriterion criterion)
          Tests the event against the criterion and returns true only if all the fields in the criterion match the corresponding fields in the event.
 boolean CriterionEvaluator.eventMatchesCriterion(LogEvent event, FilterCriterion criterion)
          Tests the event passed against the filter criterion.
 

Uses of LogEvent in com.mindtree.techworks.insight.gui
 

Methods in com.mindtree.techworks.insight.gui that return LogEvent
 LogEvent EventDetailsPresentation.getEvent()
           
 

Methods in com.mindtree.techworks.insight.gui with parameters of type LogEvent
 void Presentation.processRealTimeUpdate(LogEvent event)
          Informs this Presentation that a new real time event has occurred.
 void EventListPresentation.processRealTimeUpdate(LogEvent event)
          Presentation interface method implementation.Adds the event to the AbstractTableModel instance that backs the JTable instance contained in this Presentation.
 void EventDetailsPresentation.processRealTimeUpdate(LogEvent logEvent)
          Presentation interface method implementation.
 

Uses of LogEvent in com.mindtree.techworks.insight.model
 

Methods in com.mindtree.techworks.insight.model that return LogEvent
 LogEvent LogEventTableModel.getLoggingEvent(int index)
          Gets the LogEvent from the model, identifed by the specified index
 

Methods in com.mindtree.techworks.insight.model with parameters of type LogEvent
 void LogEventTableModel.addLogEvent(LogEvent event)
          Adds the specified LoggingEvent to the list of events rendered by the JTable backed by this AbstractTableModel
 void LogEventModel.fireLogEventAdded(LogEvent logEvent)
          This method is called when a new event is added to the model.
 

Uses of LogEvent in com.mindtree.techworks.insight.pagination
 

Methods in com.mindtree.techworks.insight.pagination with parameters of type LogEvent
 void PageImpl.addLogEvent(LogEvent logEvent)
          Adds the logEvent to the list
 void IPage.addLogEvent(LogEvent logEvent)
          Adds LogEvents to the Page
 

Uses of LogEvent in com.mindtree.techworks.insight.receiver
 

Methods in com.mindtree.techworks.insight.receiver that return LogEvent
protected  LogEvent[] RemoteProtocolStreamReceiver.getNextEvents()
           
protected  LogEvent[] FileStreamReceiver.getNextEvents()
          Overriden superclass method
protected abstract  LogEvent[] AbstractReceiver.getNextEvents()
          Gets null or the next LoggingEvent(s) processed by this receiver
 LogEvent[] LogInterpreter.parseLogMessage(java.lang.String line)
          This method tries to convert a line to Log event.
 

Uses of LogEvent in com.mindtree.techworks.insight.reporting.verifiers
 

Methods in com.mindtree.techworks.insight.reporting.verifiers with parameters of type LogEvent
 void Verifier.verify(LogEvent logEvent, FilterCriteria filterCriteria, boolean success)
          Verifies and registers an action being executed on the log event model.
 



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.