Class JobRunner

    • Field Detail

      • m_JobRunner

        protected JobRunner m_JobRunner
        the JobRunner.
    • Constructor Detail

      • JobRunner

        public JobRunner()
    • Method Detail

      • setRequestPayload

        public void setRequestPayload​(byte[] value)
        Sets the payload for the request.
        Parameters:
        value - the payload
      • getRequestPayload

        public byte[] getRequestPayload()
        Returns the payload of the request, if any.
        Returns:
        the payload
      • getRequestPayloadObjects

        public Object[] getRequestPayloadObjects()
        Returns the objects that represent the request payload.
        Returns:
        the objects
      • setResponsePayload

        public void setResponsePayload​(byte[] value)
        Sets the payload for the response.
        Parameters:
        value - the payload
      • getResponsePayload

        public byte[] getResponsePayload()
        Returns the payload of the response, if any.
        Returns:
        the payload
      • getResponsePayloadObjects

        public Object[] getResponsePayloadObjects()
        Returns the objects that represent the response payload.
        Returns:
        the objects
      • setJobRunner

        public void setJobRunner​(JobRunner value)
        Sets the JobRunner to use.
        Parameters:
        value - the JobRunner
      • getJobRunner

        public JobRunner getJobRunner()
        Returns the JobRunner in use.
        Returns:
        the JobRunner, null if none set