|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to define a listerer for the thread pool that is
notified if an error occurs processing a runnable. The instance is passed
as an object just incase the actually object does not implement the
Runnable
interface.
Method Summary | |
void |
onRunnableError(java.lang.Object r,
java.lang.Throwable t)
This method is invoked when a java.lang.RunnableRunnable
fails with an exception. |
Method Detail |
public void onRunnableError(java.lang.Object r, java.lang.Throwable t)
java.lang.RunnableRunnable
fails with an exception.
r
- The Runnable in error.t
- The caught error.
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |