|
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.AbstractTrace
public abstract class AbstractTrace
This is the abstract base for a trace (like a message trace e.g.).
Field Summary | |
---|---|
static String |
NO_TRACE_ID
This constant can be used as an ID to show that the trace has no ID. |
Constructor Summary | |
---|---|
AbstractTrace(long traceId)
This constructor uses the given parameters to initialize the fields of this trace. |
|
AbstractTrace(long traceId,
String sessionId)
This constructor uses the given parameters to initialize the fields of this trace. |
Method Summary | |
---|---|
abstract boolean |
equals(Object obj)
|
String |
getSessionId()
Delivers the ID of the session. |
long |
getTraceId()
|
TraceInformation |
getTraceInformation()
Returns information about this trace. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NO_TRACE_ID
Constructor Detail |
---|
public AbstractTrace(long traceId)
traceId
- The trace ID.public AbstractTrace(long traceId, String sessionId)
traceId
- The trace ID.sessionId
- The session ID.Method Detail |
---|
public TraceInformation getTraceInformation()
public long getTraceId()
public String getSessionId()
public int hashCode()
hashCode
in class Object
public abstract boolean equals(Object obj)
equals
in class Object
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |