Class EventStatus


  • public class EventStatus
    extends Object
    • Method Detail

      • RUNNING

        public static EventStatus RUNNING​(org.json.simple.JSONObject input)
      • COMPLETED

        public static EventStatus COMPLETED​(org.json.simple.JSONObject input,
                                            org.json.simple.JSONObject output)
      • FAILED

        public static EventStatus FAILED​(org.json.simple.JSONObject input,
                                         org.json.simple.JSONObject output)
      • TIMED_OUT

        public static EventStatus TIMED_OUT​(org.json.simple.JSONObject input)
      • TERMINATED

        public static EventStatus TERMINATED​(org.json.simple.JSONObject input,
                                             org.json.simple.JSONObject output)
      • PAUSED

        public static EventStatus PAUSED​(org.json.simple.JSONObject input)
      • setInput

        public void setInput​(org.json.simple.JSONObject input)
      • getInput

        public org.json.simple.JSONObject getInput()
      • setOutput

        public void setOutput​(org.json.simple.JSONObject output)
      • getOutput

        public org.json.simple.JSONObject getOutput()