|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.mindtree.techworks.insight.eventsearch.EventSearchProvider
public class EventSearchProvider
Provides the Event Search functionality to Insight, based on the search criteria selected by the user.
SearchAction
,
SearchEventsFrame
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface com.mindtree.techworks.insight.model.ILogEventModelMutator |
---|
FAILURE, NON_TAILING_MUTATOR, SUCCESS, TAILING_MUTATOR |
Constructor Summary | |
---|---|
EventSearchProvider(Insight insightInstance,
boolean indicateProgress,
EventDetailsPresentation eventDetailsPresentation)
Constructor for the class. |
Method Summary | |
---|---|
void |
addMutatorListener(IMutatorListener mutatorListener)
Adds the specified MutatorListener |
void |
removeMutatorListener(IMutatorListener mutatorListener)
Removes the specified MutatorListener |
void |
run()
|
void |
searchLogEvents(SearchCriteria currentSearchCriteria)
Searches the passed pageSet for the search criteria |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventSearchProvider(Insight insightInstance, boolean indicateProgress, EventDetailsPresentation eventDetailsPresentation)
insightInstance
- The current instance of Insight
.indicateProgress
- Whether to indicate the progress of the search in
the status bar.eventDetailsPresentation
- The event details presentation used for
highlightingMethod Detail |
---|
public void searchLogEvents(SearchCriteria currentSearchCriteria)
currentSearchCriteria
- The SearchCriteria
object containing the data to search.public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
Runnable.run()
public void addMutatorListener(IMutatorListener mutatorListener)
ILogEventModelMutator
addMutatorListener
in interface ILogEventModelMutator
mutatorListener
- the IMutatorListener to addILogEventModelMutator.addMutatorListener(com.mindtree.techworks.insight.model.IMutatorListener)
public void removeMutatorListener(IMutatorListener mutatorListener)
ILogEventModelMutator
removeMutatorListener
in interface ILogEventModelMutator
mutatorListener
- the MutatorListener to removeILogEventModelMutator.removeMutatorListener(com.mindtree.techworks.insight.model.IMutatorListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |