org.springframework.integration.history
Class MessageHistory
java.lang.Object
org.springframework.integration.history.MessageHistory
- All Implemented Interfaces:
- Iterable<Properties>, Collection<Properties>, List<Properties>
public class MessageHistory
- extends Object
- implements List<Properties>
- Since:
- 2.0
- Author:
- Mark Fisher
HEADER_NAME
public static final String HEADER_NAME
- See Also:
- Constant Field Values
NAME_PROPERTY
public static final String NAME_PROPERTY
- See Also:
- Constant Field Values
TYPE_PROPERTY
public static final String TYPE_PROPERTY
- See Also:
- Constant Field Values
TIMESTAMP_PROPERTY
public static final String TIMESTAMP_PROPERTY
- See Also:
- Constant Field Values
read
public static MessageHistory read(Message<?> message)
write
public static <T> Message<T> write(Message<T> message,
NamedComponent component)
size
public int size()
- Specified by:
size in interface Collection<Properties>- Specified by:
size in interface List<Properties>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<Properties>- Specified by:
isEmpty in interface List<Properties>
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection<Properties>- Specified by:
contains in interface List<Properties>
containsAll
public boolean containsAll(Collection<?> c)
- Specified by:
containsAll in interface Collection<Properties>- Specified by:
containsAll in interface List<Properties>
get
public Properties get(int index)
- Specified by:
get in interface List<Properties>
iterator
public Iterator<Properties> iterator()
- Specified by:
iterator in interface Iterable<Properties>- Specified by:
iterator in interface Collection<Properties>- Specified by:
iterator in interface List<Properties>
listIterator
public ListIterator<Properties> listIterator()
- Specified by:
listIterator in interface List<Properties>
listIterator
public ListIterator<Properties> listIterator(int index)
- Specified by:
listIterator in interface List<Properties>
subList
public List<Properties> subList(int fromIndex,
int toIndex)
- Specified by:
subList in interface List<Properties>
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection<Properties>- Specified by:
toArray in interface List<Properties>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray in interface Collection<Properties>- Specified by:
toArray in interface List<Properties>
indexOf
public int indexOf(Object o)
- Specified by:
indexOf in interface List<Properties>
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf in interface List<Properties>
toString
public String toString()
- Overrides:
toString in class Object
add
public boolean add(Properties e)
- Specified by:
add in interface Collection<Properties>- Specified by:
add in interface List<Properties>
add
public void add(int index,
Properties element)
- Specified by:
add in interface List<Properties>
addAll
public boolean addAll(Collection<? extends Properties> c)
- Specified by:
addAll in interface Collection<Properties>- Specified by:
addAll in interface List<Properties>
addAll
public boolean addAll(int index,
Collection<? extends Properties> c)
- Specified by:
addAll in interface List<Properties>
set
public Properties set(int index,
Properties element)
- Specified by:
set in interface List<Properties>
remove
public Properties remove(int index)
- Specified by:
remove in interface List<Properties>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<Properties>- Specified by:
remove in interface List<Properties>
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll in interface Collection<Properties>- Specified by:
removeAll in interface List<Properties>
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll in interface Collection<Properties>- Specified by:
retainAll in interface List<Properties>
clear
public void clear()
- Specified by:
clear in interface Collection<Properties>- Specified by:
clear in interface List<Properties>
Copyright © 2010. All Rights Reserved.