public interface MessageParser
| Modifier and Type | Method and Description |
|---|---|
JobState |
parseMessage(String message)
This method is to implement how to parse the incoming message
and implement a logic to finalize the status of the job,
we have to makesure the correct message is given to the messageparser
parse method, it will not do any filtering
|
JobState parseMessage(String message) throws AiravataMonitorException
message - content of the messageAiravataMonitorExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.