|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEventModel | |
---|---|
com.mindtree.techworks.insight | |
com.mindtree.techworks.insight.appender | |
com.mindtree.techworks.insight.gui.filter | |
com.mindtree.techworks.insight.model | |
com.mindtree.techworks.insight.reporting.verifiers | Provides a framework of Verifiers to be attached to any
action being executed on the LogEventModel . |
Uses of LogEventModel in com.mindtree.techworks.insight |
---|
Methods in com.mindtree.techworks.insight that return LogEventModel | |
---|---|
LogEventModel |
Controller.getCurrentLogEventModel()
|
LogEventModel |
Controller.getRootLogEventModel()
|
Methods in com.mindtree.techworks.insight with parameters of type LogEventModel | |
---|---|
void |
Controller.setCurrentLogEventModel(LogEventModel logEventModel)
Sets the specified LogEventModel as the current model |
void |
Controller.setCurrentLogEventModel(LogEventModel logEventModel,
long pageNumber,
long selectedEventIndex)
Sets the specified LogEventModel as the current model |
void |
Controller.setRootLogEventModel(LogEventModel rootLogEventModel)
|
Uses of LogEventModel in com.mindtree.techworks.insight.appender |
---|
Subclasses of LogEventModel in com.mindtree.techworks.insight.appender | |
---|---|
class |
ParsedEventAppender
The ParsedEventAppender class implements the Apache Appender interface. |
Uses of LogEventModel in com.mindtree.techworks.insight.gui.filter |
---|
Methods in com.mindtree.techworks.insight.gui.filter with parameters of type LogEventModel | |
---|---|
void |
FilterFrame.initialise(LogEventModel logEventModel)
This method initialises the filter GUI with the unique filter criteria. |
Uses of LogEventModel in com.mindtree.techworks.insight.model |
---|
Methods in com.mindtree.techworks.insight.model that return LogEventModel | |
---|---|
LogEventModel |
LogEventModel.getPreviousLogEventModel()
Returns the previous LogEventModel |
Methods in com.mindtree.techworks.insight.model with parameters of type LogEventModel | |
---|---|
void |
LogEventModel.setPreviousLogEventModel(LogEventModel logEventModel)
Sets the previous LogEventModel |
Uses of LogEventModel in com.mindtree.techworks.insight.reporting.verifiers |
---|
Methods in com.mindtree.techworks.insight.reporting.verifiers with parameters of type LogEventModel | |
---|---|
void |
Verifier.notifyEndAction(LogEventModel logEventModel)
Notifies the verifier that the action has ended on the current log event model. |
void |
Verifier.notifyStartAction(LogEventModel logEventModel)
Notifies the verifier that an action has started on the current log event model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |