|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.thread.TraceableRunnable
public abstract class TraceableRunnable
A runnable that remembers where it was created.
| Constructor Summary | |
|---|---|
TraceableRunnable()
Remember the stack upon instantiation |
|
| Method Summary | |
|---|---|
abstract void |
run()
|
java.lang.String |
toString()
return a stack trace in the same form as Throwable.printStackTrace() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TraceableRunnable()
| Method Detail |
|---|
public abstract void run()
run in interface java.lang.Runnablepublic java.lang.String toString()
Throwable.printStackTrace()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||