|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use LAMessage | |
net.logAnalyzer.analysis | |
net.logAnalyzer.gui.messages.filters | |
net.logAnalyzer.handlers |
Uses of LAMessage in net.logAnalyzer.analysis |
Methods in net.logAnalyzer.analysis with parameters of type LAMessage | |
void |
LAAnalyzer.analyze(LAMessage message,
LALogHandler handler)
Analyzes the current message. |
protected abstract void |
LAAnalyzer.analyzeMessage(LAMessage message)
Analyze the current messageLabel. |
protected void |
LAAnalyzer.skipMessage(LAMessage message,
java.lang.Exception exception)
Skips the specified message. |
Uses of LAMessage in net.logAnalyzer.gui.messages.filters |
Methods in net.logAnalyzer.gui.messages.filters with parameters of type LAMessage | |
boolean |
OrFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter. |
protected int |
CompareFilter.getConverterIndex(LAMessage message)
Returns the converter index to compare. |
boolean |
NotFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter. |
boolean |
ContainsFilter.accept(LAMessage message)
Returns true if the messageLabel value contains the accepted value. |
boolean |
EqualFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter. |
boolean |
AndFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter. |
boolean |
LowerFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter. |
boolean |
GreaterFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter. |
boolean |
YesFilter.accept(LAMessage message)
Always returns true. |
boolean |
StartWithFilter.accept(LAMessage message)
Returns true if the messageLabel value starts with the accepted value. |
boolean |
LAMessagesFilter.accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter.. |
Uses of LAMessage in net.logAnalyzer.handlers |
Methods in net.logAnalyzer.handlers that return LAMessage | |
protected LAMessage |
ForwardOnlyLogHandler.loadMessage(int index)
Modification to the inherited behavior. |
protected LAMessage |
MemoryLogHandler.loadMessage(int index)
Modification to the inherited behavior. |
protected LAMessage |
OnDemandLogHandler.loadMessage(int index)
Modification to the inherited behavior. |
LAMessage |
FilteredLogHandler.getMessage(int index)
Returns the messageLabel at the specified position after filtering. |
LAMessage[] |
FilteredLogHandler.getMessages(int start,
int end)
Returns the filtered messages between specified filtered positions. |
LAMessage |
AbstractLogHandler.getMessage(int index)
Returns the messageLabel at the specified position. |
LAMessage[] |
AbstractLogHandler.getMessages(int start,
int end)
Returns the messages between specified positions. |
protected abstract LAMessage |
AbstractLogHandler.loadMessage(int index)
Loads the messageLabel at the specified index. |
protected LAMessage |
AbstractLogHandler.parseMessage(java.lang.String message,
LAConverter[] convertersToUse)
Parses a string messageLabel in a LAMessage using
LAConverter.parse(StringBuffer, LALogHandler) method. |
LAMessage |
LALogHandler.getMessage(int index)
Returns the messageLabel at the specified position. |
LAMessage[] |
LALogHandler.getMessages(int start,
int end)
Returns the messages between specified positions. |
LAMessage |
EmptyLogHandler.getMessage(int index)
|
LAMessage[] |
EmptyLogHandler.getMessages(int start,
int end)
|
Methods in net.logAnalyzer.handlers with parameters of type LAMessage | |
protected void |
ForwardOnlyLogHandler.saveMessage(LAMessage message,
long pointer)
Modification to the inherited behavior. |
protected void |
MemoryLogHandler.saveMessage(LAMessage message,
long pointer)
Modification to the inherited behavior. |
protected void |
OnDemandLogHandler.saveMessage(LAMessage message,
long pointer)
Modification to the inherited behavior. |
protected abstract void |
AbstractLogHandler.saveMessage(LAMessage message,
long pointer)
Saves the messageLabel after parsing. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |