Class RegisterWorker

    • Field Detail

      • m_Connection

        protected Connection m_Connection
        the connection to use for the slave.
    • Constructor Detail

      • RegisterWorker

        public RegisterWorker()
    • Method Detail

      • setConnection

        public void setConnection​(Connection value)
        Sets the connection to use as payload.
        Parameters:
        value - the connection
      • getConnection

        public Connection getConnection()
        Retrieves the currently set connection.
        Returns:
        the connection
      • 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