Class AbandonRequestAccessLogMessage

    • Constructor Detail

      • AbandonRequestAccessLogMessage

        public AbandonRequestAccessLogMessage​(java.lang.String s)
                                       throws LogException
        Creates a new abandon request access log message from the provided message string.
        Parameters:
        s - The string to be parsed as an abandon request access log message.
        Throws:
        LogException - If the provided string cannot be parsed as a valid log message.
      • AbandonRequestAccessLogMessage

        public AbandonRequestAccessLogMessage​(LogMessage m)
        Creates a new abandon request access log message from the provided log message.
        Parameters:
        m - The log message to be parsed as an abandon request access log message.
    • Method Detail

      • getMessageIDToAbandon

        public final java.lang.Integer getMessageIDToAbandon()
        Retrieves the message ID of the operation that should be abandoned.
        Returns:
        The message ID of the operation that should be abandoned, or null if it is not included in the log message.