Class StartRemoteLogging

    • Field Detail

      • m_LoggingHost

        protected BaseHostname m_LoggingHost
        the logging host (local machine).
      • m_TimeOut

        protected int m_TimeOut
        the timeout to use.
      • m_InstallListener

        protected boolean m_InstallListener
        whether to instal a listener.
      • m_Handler

        protected Handler m_Handler
        the handler to use.
      • m_MaxFailures

        protected int m_MaxFailures
        the maximum number of failed send attempts to tolerate.
      • m_Message

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

      • StartRemoteLogging

        public StartRemoteLogging()
    • Method Detail

      • setLoggingHost

        public void setLoggingHost​(BaseHostname value)
        Sets the logging host, i.e., the host/port of the local machine to send the logging information to.
        Parameters:
        value - host/port
      • getLoggingHost

        public BaseHostname getLoggingHost()
        Returns the logging host, i.e., the host/port of the local machine to send the logging information to.
        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.
      • setTimeOut

        public void setTimeOut​(int value)
        Sets the timeout for accepting remote data.
        Parameters:
        value - timeout in msec
      • getTimeOut

        public int getTimeOut()
        Returns the timeout for accepting remote data.
        Returns:
        timeout in msec
      • timeOutTipText

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

        public void setInstallListener​(boolean value)
        Sets whether to install a listener.
        Parameters:
        value - true if to install listener
      • getInstallListener

        public boolean getInstallListener()
        Returns whether to install a listener.
        Returns:
        true if to install listener
      • installListenerTipText

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

        public void setHandler​(Handler value)
        Sets the handler to use.
        Parameters:
        value - handler
      • getHandler

        public Handler getHandler()
        Returns the handler to use.
        Returns:
        handler
      • handlerTipText

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

        public void setMaxFailures​(int value)
        Sets the maximum number of failures to accept on the sending side.
        Parameters:
        value - maximum number, less than 1 for infinite
      • getMaxFailures

        public int getMaxFailures()
        Returns the maximum number of failures to accept on the sending side.
        Returns:
        maximum number, less than 1 for infinite
      • maxFailuresTipText

        public String maxFailuresTipText()
        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