public class SimpleContext<T> extends java.lang.Object implements java.lang.Comparable<SimpleContext<T>>
| Constructor and Description |
|---|
SimpleContext(DebugNotification<T> notification) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SimpleContext<T> o) |
long |
getEnd() |
java.lang.Throwable |
getError() |
DebugNotification<T> |
getNotification() |
long |
getStart() |
long |
getThreadId() |
void |
setEnd() |
void |
setError(java.lang.Throwable err) |
java.lang.String |
toString() |
public SimpleContext(DebugNotification<T> notification)
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(SimpleContext<T> o)
compareTo in interface java.lang.Comparable<SimpleContext<T>>public long getEnd()
public void setEnd()
public java.lang.Throwable getError()
public void setError(java.lang.Throwable err)
public DebugNotification<T> getNotification()
public long getThreadId()
public long getStart()