Class StopRemoteLogging

    • Field Detail

      • m_LoggingHost

        protected BaseHostname m_LoggingHost
        the logging host.
      • m_Message

        protected String m_Message
        the message (empty is successful, otherwise error message).
    • Constructor Detail

      • StopRemoteLogging

        public StopRemoteLogging()
    • Method Detail

      • setLoggingHost

        public void setLoggingHost​(BaseHostname value)
        Sets logging host.
        Parameters:
        value - host/port
      • getLoggingHost

        public BaseHostname getLoggingHost()
        Returns the logging host.
        Returns:
        host/port
      • loggingHostTipText

        public String loggingHostTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRequestPayload

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

        public byte[] getRequestPayload()
        Always zero-length array.
        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