Class ParameterProvider

    • Constructor Detail

      • ParameterProvider

        public ParameterProvider()
    • Method Detail

      • provideStartRunData

        public void provideStartRunData​(Run run,
                                        net.sf.json.JSONObject json)
        Description copied from class: MQDataProvider
        Provides data for when a Run starts.
        Overrides:
        provideStartRunData in class MQDataProvider
        Parameters:
        run - the Run that has started running.
        json - the json object that we should add information to.
      • provideCompletedRunData

        public void provideCompletedRunData​(Run run,
                                            net.sf.json.JSONObject json)
        Description copied from class: MQDataProvider
        Provides data for when a Run is completed.
        Overrides:
        provideCompletedRunData in class MQDataProvider
        Parameters:
        run - the Run that has completed running.
        json - the json object that we should add information to.
      • provideLeftQueueData

        public void provideLeftQueueData​(Queue.LeftItem li,
                                         net.sf.json.JSONObject json)
        Description copied from class: MQDataProvider
        Provides data for when an item leaves the queue.
        Overrides:
        provideLeftQueueData in class MQDataProvider
        Parameters:
        li - the Queue.LeftItem that has left the queue.
        json - the json object that we should add information to.