| com.mchange.v2.async.StrandedTaskReporting
All known Subclasses: com.mchange.v2.async.CarefulRunnableQueue,
StrandedTaskReporting | public interface StrandedTaskReporting (Code) | | |
Method Summary | |
public List | getStrandedTasks() makes available any tasks that were unperformed when
this AsynchronousRunner was closed, either explicitly
using close() or close( true ), or implicitly because
some failure or corruption killed the Object (most likely
a Thread interruption. |
getStrandedTasks | public List getStrandedTasks()(Code) | | makes available any tasks that were unperformed when
this AsynchronousRunner was closed, either explicitly
using close() or close( true ), or implicitly because
some failure or corruption killed the Object (most likely
a Thread interruption.
null if the AsynchronousRunner is still alive, a Listof Runnables otherwise, which will be empty only if all taskswere performed before the AsynchronousRunner shut down. |
|
|