Class CancelRequest

    • Constructor Detail

      • CancelRequest

        public CancelRequest​(boolean notifyOriginalRequestor,
                             LocalizableMessage cancelReason)
        Deprecated.
        Creates a new cancel request with the provided information.
        Parameters:
        notifyOriginalRequestor - Indicates whether the original requestor should receive a response if the operation is canceled.
        cancelReason - A message that explains the purpose for this cancellation.
    • Method Detail

      • notifyOriginalRequestor

        public boolean notifyOriginalRequestor()
        Deprecated.
        Indicates whether the original requestor should receive a response to the request if the operation is canceled.
        Returns:
        true if the original requestor should receive a response if the operation is canceled, or false if not.
      • getCancelReason

        public LocalizableMessage getCancelReason()
        Deprecated.
        Retrieves a message that explains the purpose for this cancellation.
        Returns:
        A message that explains the purpose for this cancellation.