|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.systemModel.TraceInformation
public class TraceInformation
This class stores trace meta-information, such as the trace ID. This kept separate from the actual trace information to allow references to traces without the need to keep the trace itself.
| Constructor Summary | |
|---|---|
TraceInformation(long traceId,
java.lang.String sessionId)
Creates a new trace information object using the given data. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getSessionId()
Returns the trace's session ID, if any. |
long |
getTraceId()
Returns the trace ID. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceInformation(long traceId,
java.lang.String sessionId)
traceId - The trace ID to usesessionId - The session ID to use| Method Detail |
|---|
public long getTraceId()
public java.lang.String getSessionId()
null.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||