org.springframework.integration.core
Class MessageHistory

java.lang.Object
  extended by org.springframework.integration.core.MessageHistory
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<MessageHistory.Event>

public class MessageHistory
extends java.lang.Object
implements java.lang.Iterable<MessageHistory.Event>, java.io.Serializable

Since:
2.0
Author:
Mark Fisher
See Also:
Serialized Form

Nested Class Summary
static class MessageHistory.ComponentType
           
static class MessageHistory.Event
           
 
Constructor Summary
MessageHistory()
           
 
Method Summary
 void add(MessageHistory.ComponentType componentType, java.lang.String componentName)
           
 java.util.Iterator<MessageHistory.Event> iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageHistory

public MessageHistory()
Method Detail

add

public void add(MessageHistory.ComponentType componentType,
                java.lang.String componentName)

iterator

public java.util.Iterator<MessageHistory.Event> iterator()
Specified by:
iterator in interface java.lang.Iterable<MessageHistory.Event>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object