qflib 0.99

de.qfs.lib.util
Interface ThreadPool.UnsafeRunnable

Enclosing interface:
ThreadPool

public static interface ThreadPool.UnsafeRunnable

This interface is similar to Runnable, except that the run method may return a value and throw any kind of Exception.


Method Summary
 java.lang.Object run()
          Execute the unsafe runnable.
 

Method Detail

run

public java.lang.Object run()
                     throws java.lang.Exception
Execute the unsafe runnable.

Returns:
Whatever the UnsafeRunnable decides to return.
Throws:
java.lang.Exception - If anything goes wrong.

qflib 0.99