|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JobContext.ThrowableRunnable
A runnable-like interface that allows exception to be caught
Method Summary | |
---|---|
void |
run()
When an object implementing interface ThrowableRunnable
is used to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. |
Method Detail |
---|
void run() throws java.lang.Exception
ThrowableRunnable
is used to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread. The general contract of the method run
is
that it may take any action whatsoever.
java.lang.Exception
- exception to be thrown back to the caller when calling
runInterruptableThread.run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |