Class MessageHistory.Entry

java.lang.Object
java.util.Dictionary<K,​V>
java.util.Hashtable<java.lang.Object,​java.lang.Object>
java.util.Properties
org.springframework.integration.history.MessageHistory.Entry
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>
Enclosing class:
MessageHistory

public static class MessageHistory.Entry
extends java.util.Properties
Inner class for each Entry in the history.
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.Properties

    defaults
  • Constructor Summary

    Constructors 
    Constructor Description
    Entry()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    java.lang.String getTimestamp()  
    java.lang.String getType()  

    Methods inherited from class java.util.Properties

    clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
    • getType

      public java.lang.String getType()
    • getTimestamp

      public java.lang.String getTimestamp()