public class JSONMessageParser extends Object implements MessageParser
| Constructor and Description |
|---|
JSONMessageParser() |
| 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
|
public JobState parseMessage(String message) throws AiravataMonitorException
MessageParserparseMessage in interface MessageParsermessage - content of the messageAiravataMonitorExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.