|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.history.MessageHistory
public class MessageHistory
Iterable list of MessageHistoryEvent
instances.
Constructor Summary | |
---|---|
MessageHistory()
|
Method Summary | |
---|---|
MessageHistoryEvent |
addEvent(ComponentMetadata metadata)
Add a new event with the provided component metadata. |
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
java.util.Iterator<MessageHistoryEvent> |
iterator()
Returns an iterator for an unmodifiable list of the history events. |
java.lang.String |
toString()
Returns a String representation of the history event list. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessageHistory()
Method Detail |
---|
public MessageHistoryEvent addEvent(ComponentMetadata metadata)
public java.util.Iterator<MessageHistoryEvent> iterator()
iterator
in interface java.lang.Iterable<MessageHistoryEvent>
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |