|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.DefaultMessageHistory
public class DefaultMessageHistory
Default MessageHistory.
| Constructor Summary | |
|---|---|
DefaultMessageHistory(String routeId,
NamedNode node,
Date timestamp)
|
|
| Method Summary | |
|---|---|
long |
getElapsed()
Gets the elapsed time in millis processing the node took |
NamedNode |
getNode()
Gets the node at the point of this history. |
String |
getRouteId()
Gets the route id at the point of this history. |
Date |
getTimestamp()
Gets the timestamp at the point of this history. |
void |
nodeProcessingDone()
Used for signalling that processing of the node is done. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMessageHistory(String routeId,
NamedNode node,
Date timestamp)
| Method Detail |
|---|
public String getRouteId()
MessageHistory
getRouteId in interface MessageHistorypublic NamedNode getNode()
MessageHistory
getNode in interface MessageHistorypublic Date getTimestamp()
MessageHistory
getTimestamp in interface MessageHistorypublic long getElapsed()
MessageHistory
getElapsed in interface MessageHistorypublic void nodeProcessingDone()
MessageHistory
nodeProcessingDone in interface MessageHistorypublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||