|
Kieker 1.10 | |||||||||
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 |
DEFAULT_SESSION_ID
Default value for the session ID. |
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)
Creates a new abstract trace with the given trace ID and a default session ID. |
|
AbstractTrace(long traceId,
String sessionId)
Creates a new abstract trace with the given parameters. |
Method Summary | |
---|---|
abstract boolean |
equals(Object obj)
|
abstract long |
getEndTimestamp()
Returns this trace's end timestamp. |
String |
getSessionId()
Delivers the ID of the session. |
abstract long |
getStartTimestamp()
Returns this trace's start timestamp. |
long |
getTraceId()
Returns this trace's trace ID. |
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 DEFAULT_SESSION_ID
public static final String NO_TRACE_ID
Constructor Detail |
---|
public AbstractTrace(long traceId)
traceId
- The trace ID to use for the new tracepublic AbstractTrace(long traceId, String sessionId)
traceId
- The trace ID to use for the new tracesessionId
- The session ID to use for the new traceMethod 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
public abstract long getStartTimestamp()
public abstract long getEndTimestamp()
|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |