Interface Executable

    • Method Detail

      • executeUnordered

        byte[] executeUnordered​(byte[] command,
                                MessageContext msgCtx)
        Method called to execute a request totally ordered. The message context contains some useful information such as the command sender.
        Parameters:
        command - the command issue by the client
        msgCtx - information related with the command
        Returns:
        the reply for the request issued by the client
      • getTOMMessage

        default TOMMessage getTOMMessage​(int processID,
                                         int viewID,
                                         byte[] command,
                                         MessageContext msgCtx,
                                         byte[] result)
      • executeUnordered

        default TOMMessage executeUnordered​(int processID,
                                            int viewID,
                                            boolean isReplyHash,
                                            byte[] command,
                                            MessageContext msgCtx)