|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindtree.techworks.insight.model.LogEventModel
public class LogEventModel
This is the model class for Insight that represents one Page
ILogEventModel,
LogEvent,
Serialized Form| Field Summary | |
|---|---|
protected Controller |
controller
Controller instance |
protected PageSet |
pageSet
PageSet instance |
| Constructor Summary | |
|---|---|
LogEventModel(Controller controller)
Constructor that initializes this LogEventModel |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the contents of this LogEventModel |
void |
clearSearchResults()
Clears the search results associated with this log event model |
void |
fireLogEventAdded(LogEvent logEvent)
This method is called when a new event is added to the model. |
long |
getLogEventIndex()
|
java.lang.String |
getLogEventModelName()
|
PageSet |
getPageSet()
Returns the PageSet instance |
LogEventModel |
getPreviousLogEventModel()
Returns the previous LogEventModel |
long |
getProcessedEventCount()
|
SearchResults |
getSearchResults()
|
java.lang.String |
getStatus()
Gets the status display text for this LogEventModel |
UniqueLogCriteria |
getUniqueCriteria()
Returns unique logged values for the supported filter criteria. |
void |
setLogEventIndex(long logEventIndex)
|
void |
setLogEventModelName(java.lang.String logEventModelName)
|
void |
setPageSet(PageSet pageSet)
|
void |
setPreviousLogEventModel(LogEventModel logEventModel)
Sets the previous LogEventModel |
void |
setProcessedEventCount(long processedEventCount)
|
void |
setSearchResults(SearchResults searchResults)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PageSet pageSet
protected Controller controller
| Constructor Detail |
|---|
public LogEventModel(Controller controller)
controller - the Controller instance for this class| Method Detail |
|---|
public PageSet getPageSet()
public void clear()
public void fireLogEventAdded(LogEvent logEvent)
logEvent - LogEvent log event.public UniqueLogCriteria getUniqueCriteria()
public void setPreviousLogEventModel(LogEventModel logEventModel)
logEventModel - The current LogEventModelpublic LogEventModel getPreviousLogEventModel()
public void setPageSet(PageSet pageSet)
pageSet - The pageSet to set.public long getLogEventIndex()
public void setLogEventIndex(long logEventIndex)
logEventIndex - The logEventIndex to set.public java.lang.String getLogEventModelName()
public void setLogEventModelName(java.lang.String logEventModelName)
logEventModelName - The logEventModelName to set.public java.lang.String getStatus()
public long getProcessedEventCount()
public void setProcessedEventCount(long processedEventCount)
processedEventCount - The processedEventCount to set.public SearchResults getSearchResults()
public void setSearchResults(SearchResults searchResults)
searchResults - The searchResults to set.public void clearSearchResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||