|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.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,
String sessionId)
Creates a new trace information object using the given data. |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
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 |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraceInformation(long traceId, String sessionId)
traceId
- The trace ID to usesessionId
- The session ID to useMethod Detail |
---|
public long getTraceId()
public String getSessionId()
null
.public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |