Class MessageKeeperMessage

java.lang.Object
org.frankframework.util.MessageKeeperMessage

public class MessageKeeperMessage extends Object
A message for the MessageKeeper.
Although this could be an inner class of the MessageKeeper, it's made "standalone" to provide the use of iterators and enumerators with the MessageKeeper.
Author:
Johan Verrips IOS
  • Constructor Details

  • Method Details

    • getMessageDate

      public Date getMessageDate()
    • getMessageText

      public String getMessageText()
    • getMessageLevel

      public String getMessageLevel()
    • toString

      public String toString()
      Overrides:
      toString in class Object