Class AbstractRequest

    • Method Detail

      • hasResponse

        public boolean hasResponse()
        Indicator flag used to determine whether or not this type of request produces a reply.
        Specified by:
        hasResponse in interface Request
        Returns:
        true if any reply is generated, false if no response is generated
      • equals

        public boolean equals​(Object obj)
        Checks to see if two messages are equivalent. Messages equivalence does not factor in parameters accessible through the get() and put() operations, nor do they factor in the Lockable properties of the Message. Only the type, controls, and the messageId are evaluated for equality.
        Overrides:
        equals in class AbstractMessage
        Parameters:
        obj - the object to compare this Message to for equality